mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-06 22:40:58 +00:00
Fix typo
This commit is contained in:
parent
6bb5525abb
commit
fbf0e9faea
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ For excluding files/directories from being scanned use `lychee.toml`
|
|||
and `exclude_path`.
|
||||
|
||||
```toml
|
||||
exclude_path = ["some/path", "*/dev/*]
|
||||
exclude_path = ["some/path", "*/dev/*"]
|
||||
```
|
||||
|
||||
### Caching
|
||||
|
|
|
|||
Loading…
Reference in a new issue