mirror of
1
0
Fork 0

Fixes typos in README "being" to "begin"

This commit is contained in:
Justintime50 2021-04-28 16:30:48 -06:00
parent dcb3743115
commit 84a836ea33
1 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@ mapped to extended configuration dictionaries.
Dotbot uses [glob.glob](https://docs.python.org/3/library/glob.html#glob.glob)
to resolve glob paths. However, due to its design, using a glob path such as
`config/*` for example, will not match items that being with `.`. To
specifically capture items that being with `.`, you will need to use a path
`config/*` for example, will not match items that begin with `.`. To
specifically capture items that begin with `.`, you will need to use a path
like this: `config/.*`.
#### Example