diff options
Diffstat (limited to 'docs/content/en/quick-reference/glossary/glob.md')
-rw-r--r-- | docs/content/en/quick-reference/glossary/glob.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/quick-reference/glossary/glob.md b/docs/content/en/quick-reference/glossary/glob.md index 5243d1ef9..bb9c5a4d8 100644 --- a/docs/content/en/quick-reference/glossary/glob.md +++ b/docs/content/en/quick-reference/glossary/glob.md @@ -3,4 +3,4 @@ title: glob reference: https://github.com/gobwas/glob?tab=readme-ov-file#example --- -A _glob_ is a pattern used to match filenames and paths. It's a shorthand for specifying a set of files, making it easier to work with multiple files at once. +A _glob_ is a pattern used to match file names and paths. It's a shorthand for specifying a set of files, making it easier to work with multiple files at once. |