]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: fix small typos in file handling docs
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 17 Mar 2024 23:43:48 +0000 (16:43 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sun, 17 Mar 2024 23:43:48 +0000 (16:43 -0700)
docs/advanced_usage.md

index ec67db2a5b1ef18c94eebcca57bdc10d06ff8da7..b023d3ac97626412b2af767d8f8c05dc703c01ce 100644 (file)
@@ -293,7 +293,7 @@ will create a directory structure as follows:
 !!! tip
 
     Paperless checks the filename of a document whenever it is saved. Changing (or deleting)
-    a [storage paths](#storage-paths) will automatically be reflected in the file system. However,
+    a [storage path](#storage-paths) will automatically be reflected in the file system. However,
     when changing `PAPERLESS_FILENAME_FORMAT` you will need to manually run the
     [`document renamer`](administration.md#renamer) to move any existing documents.
 
@@ -348,7 +348,7 @@ This happens if all the placeholders in a filename evaluate to the same
 value.
 
 If there are any errors in the placeholders included in `PAPERLESS_FILENAME_FORMAT`,
-paperless will fallback to using the default naming scheme instead.
+paperless will fall back to using the default naming scheme instead.
 
 !!! caution