summaryrefslogtreecommitdiff
path: root/users/ignoring.rst
diff options
context:
space:
mode:
authorsimplypeachy <simplypeachy@users.noreply.github.com>2015-08-05 21:45:00 +0100
committersimplypeachy <simplypeachy@users.noreply.github.com>2015-08-05 21:45:00 +0100
commit33000e8deacdcca9df75013e668ef0070fb189a5 (patch)
treee70a1938b3a57ad7297972b26622d275f5a38e86 /users/ignoring.rst
parent8d0a22c9ce435848902e054d1ee5354340412550 (diff)
downloadsyncthing-docs-33000e8deacdcca9df75013e668ef0070fb189a5.zip
Minor typo/grammatical fixes.
Diffstat (limited to 'users/ignoring.rst')
-rw-r--r--users/ignoring.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/ignoring.rst b/users/ignoring.rst
index afc789b..46e28dc 100644
--- a/users/ignoring.rst
+++ b/users/ignoring.rst
@@ -54,7 +54,7 @@ The ``.stignore`` file contains a list of file or path patterns. The
are *included* (that is, *not* ignored). This can be used to override
more general patterns that follow. Note that files in ignored
directories can not be re-included this way. This is due to the fact
- that syncthing stops scanning when it reaches an ignored directory,
+ that Syncthing stops scanning when it reaches an ignored directory,
so doesn't know what files it might contain.
- A pattern beginning with ``(?i)`` enables case-insensitive pattern
@@ -110,7 +110,7 @@ all files and directories called "foo", ending in a "2" or starting with
.. note::
Please note that directory patterns ending with a slash
``some/directory/`` matches the content of the directory, but not the
- directory itself. If you want the pattern to match the director and it's
+ directory itself. If you want the pattern to match the directory and its
content, make sure it does not have a ``/`` at the end of the pattern.
Effects on "In Sync" Status