aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/docs/configuration/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/configuration/config.md b/docs/docs/configuration/config.md
index 68ac9b82..e143c697 100644
--- a/docs/docs/configuration/config.md
+++ b/docs/docs/configuration/config.md
@@ -355,7 +355,7 @@ This supports regular expressions, so you can hide pretty much whatever you want
```toml
## Note that these regular expressions are unanchored, i.e. if they don't start
-## with ^ or end with $, they'll match anywhere in the command.
+## with ^ or end with $, they'll match anywhere in the path.
# cwd_filter = [
# "^/very/secret/directory",
# ]