Skip to content

Commit

Permalink
fixed grammar in getting-started.rst (#11649)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Sep 24, 2024
1 parent 531e2b4 commit 06f3fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ handled by the use of ``nox``, which can be installed with ``pip``.
OpenSSL on macOS
~~~~~~~~~~~~~~~~

You must have installed `OpenSSL`_ (via `Homebrew`_ , `MacPorts`_) before
You must have installed `OpenSSL`_ (via `Homebrew`_ or `MacPorts`_) before
invoking ``nox`` or else pip will fail to compile.

Running tests
Expand Down Expand Up @@ -61,4 +61,4 @@ The docs can be built using ``nox``:
.. _`virtualenv`: https://pypi.org/project/virtualenv/
.. _`pip`: https://pypi.org/project/pip/
.. _`as documented here`: https://docs.rs/openssl/latest/openssl/#automatic
.. _`installation instructions`: https://pyenchant.github.io/pyenchant/install.html#installing-the-enchant-c-library
.. _`installation instructions`: https://pyenchant.github.io/pyenchant/install.html#installing-the-enchant-c-library

0 comments on commit 06f3fdb

Please sign in to comment.