Fixes typos in README "being" to "begin"
This commit is contained in:
parent
dcb3743115
commit
84a836ea33
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue