From 84a836ea33a61f932344ca3b0411d1ffbe6ba2cc Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:30:48 -0600 Subject: [PATCH] Fixes typos in README "being" to "begin" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 565e260..cf99c3b 100644 --- a/README.md +++ b/README.md @@ -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