Skip to content

Commit

Permalink
Same typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ardeidae authored Aug 26, 2024
1 parent 17cfa2e commit 88dc2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ There are two config options, `allowed_dirs` and `suppressed_dirs`, that control
Both options are a table of directories, with support for globs:

```lua
alloweded_dirs = { '/some/dir/', '/projects/*' }
allowed_dirs = { '/some/dir/', '/projects/*' }
suppressed_dirs = { '/projects/secret' }
```

Expand Down

0 comments on commit 88dc2e1

Please sign in to comment.