Fix minor typos in the README and CONTRIBUTING docs (#956)

* Fix typo in CONTRIBUTING docs

* Fix minor typo in README (exists --> exits)
This commit is contained in:
Syed 2020-07-16 23:47:39 +03:00 committed by GitHub
parent 0541490dda
commit a448b0d928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ activate the environment — we have created a symlink for you. Its a bit of
a hack but it works™.)
You should now see ``(httpie)`` next to your shell prompt, and
the ``http`` should point to you development copy:
the ``http`` command should point to your development copy:
.. code-block::
@ -196,7 +196,7 @@ Install HTTPie in editable mode with all the dependencies:
pip install --upgrade -e . -r requirements-dev.txt
You should now see ``(httpie)`` next to your shell prompt, and
the ``http`` should point to your development copy:
the ``http`` command should point to your development copy:
.. code-block:: powershell

View File

@ -775,7 +775,7 @@ Offline mode
Use ``--offline`` to construct HTTP requests without sending them anywhere.
With ``--offline``, HTTPie builds a request based on the specified options and arguments, prints it to ``stdout``,
and then exists. It works completely offline; no network connection is ever made.
and then exits. It works completely offline; no network connection is ever made.
This has a number of use cases, including: