Skip to content

Commit 6a02441

Browse files
authored
Fix typos in README and rst files (#29)
1 parent e5020a6 commit 6a02441

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This package was originally built as a component of EDGI’s [Web Monitoring Pro
4545

4646
The `--no-binary` flag ensures that pip downloads and builds a fresh copy of `lxml` (one of web-monitoring-diff’s dependencies) rather than using a pre-built version. It’s slower to install, but is required for all the dependencies to work correctly together. **If you publish a package that depends on web-monitoring-diff, your package will need to be installed with this flag, too.**
4747

48-
**On MacOS,** you may need additional configuration to get `pycurl` use the Homebrew openssl. Try the following:
48+
**On MacOS,** you may need additional configuration to get `pycurl` to use the Homebrew `openssl`. Try the following:
4949

5050
```sh
5151
PYCURL_SSL_LIBRARY=openssl \
@@ -128,7 +128,7 @@ If you have `jq` installed, you might want to use it to format the result in a n
128128
$ curl "http://localhost:8888/links_json?a=${VERSION_2018}&b=${VERSION_2020}" | jq
129129
```
130130

131-
You can pass additional arguments to the various diffs in the querysting. See the full documentation of the server and off the various diffs for more details.
131+
You can pass additional arguments to the various diffs in the query string. See the full documentation of the server and of the various diffs for more details.
132132

133133

134134
## Docker

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Installation
3737
3838
The ``--no-binary`` flag ensures that pip downloads and builds a fresh copy of ``lxml`` (one of web-monitoring-diff’s dependencies) rather than using a pre-built version. It’s slower to install, but is required for all the dependencies to work correctly together. **If you publish a package that depends on web-monitoring-diff, your package will need to be installed with this flag, too.**
3939

40-
**On MacOS,** you may need additional configuration to get ``pycurl`` use the Homebrew openssl. Try the following:
40+
**On MacOS,** you may need additional configuration to get ``pycurl`` to use the Homebrew ``openssl``. Try the following:
4141

4242
.. code-block:: bash
4343

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If you have ``jq`` installed, you might want to use it to format the result in a
7272
7373
$ curl "http://localhost:8888/links_json?a=${VERSION_2018}&b=${VERSION_2020}" | jq
7474
75-
You can pass additional arguments to the various diffs in the querysting. See the full documentation of the server and off the various diffs for more details.
75+
You can pass additional arguments to the various diffs in the query string. See the full documentation of the server and of the various diffs for more details.
7676

7777

7878
.. _internet archive: https://web.archive.org/

0 commit comments

Comments
 (0)