From a448b0d9288481dca2201aad346a7018e5b57dfe Mon Sep 17 00:00:00 2001 From: Syed Date: Thu, 16 Jul 2020 23:47:39 +0300 Subject: [PATCH] Fix minor typos in the README and CONTRIBUTING docs (#956) * Fix typo in CONTRIBUTING docs * Fix minor typo in README (exists --> exits) --- CONTRIBUTING.rst | 4 ++-- README.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ffa6aca6..8a466772 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -104,7 +104,7 @@ activate the environment — we have created a symlink for you. It’s 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 diff --git a/README.rst b/README.rst index 17c8d8c9..dbcacb8a 100644 --- a/README.rst +++ b/README.rst @@ -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: