Browse Source

Fix documentation typos.

Dan Helfman 6 days ago
parent
commit
f9206c15e7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/configuration/patterns-and-excludes.md

+ 2 - 2
docs/reference/configuration/patterns-and-excludes.md

@@ -79,7 +79,7 @@ patterns:
 ```
 ```
 
 
 You can also add excludes and includes to your patterns. Excludes are prefixed
 You can also add excludes and includes to your patterns. Excludes are prefixed
-with "`- `". If you're defining these directly in the borgmatic's configuration
+with "`- `". If you're defining these directly in borgmatic's configuration
 file, use quotes around the pattern. For example:
 file, use quotes around the pattern. For example:
 
 
 ```yaml
 ```yaml
@@ -151,7 +151,7 @@ R /tmp/borgmatic-xzwb6s07/./borgmatic/sqlite_databases
 + /tmp/borgmatic-xzwb6s07/./borgmatic/sqlite_databases
 + /tmp/borgmatic-xzwb6s07/./borgmatic/sqlite_databases
 R /home
 R /home
 R /etc
 R /etc
-! fm:/home/.cache
+! fm:/home/user/.cache
 ```
 ```
 
 
 You'll notice that borgmatic prepends your patterns with its own to support
 You'll notice that borgmatic prepends your patterns with its own to support