From d8d4b2cb5a6ae92214e19b010bc3854fb022a0b5 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Thu, 25 Jan 2024 20:05:58 -0500 Subject: [PATCH] grammar --- docs/content/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/usage.md b/docs/content/usage.md index 52db98ff8..04fe7a2b5 100644 --- a/docs/content/usage.md +++ b/docs/content/usage.md @@ -132,7 +132,7 @@ This will cause only files ending in `.tmpl` to be processed, except for files w ### `--exclude-processing` -When using the [`--input-dir`](#input-dir-and-output-dir) argument, it can be useful to skip some files from processing and copy them directly to the output directory. Like the `--exclude` flag, it takes a [`.gitignore`][]-style pattern, and any files match the pattern will be copied. +When using the [`--input-dir`](#input-dir-and-output-dir) argument, it can be useful to skip some files from processing and copy them directly to the output directory. Like the `--exclude` flag, it takes a [`.gitignore`][]-style pattern, and any files matching the pattern will be copied. _Note:_ These patterns are _not_ treated as filesystem globs, and so a pattern like `/foo/bar.json` will match relative to the input directory, not the root of the filesystem as they may appear!