Skip to content

Commit 039628b

Browse files
committed
fix typos
1 parent f1e17ed commit 039628b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ The rules here are as follows:
238238
- Each pattern (e.g., `mygit`) can have a mixed array of strings and hashes.
239239
- Strings and hash keys (e.e., `--help` and `init` respectively) will be used
240240
as completion strings for that pattern.
241-
- Hashes may contain a nested mixed arrya of the same structure.
242-
- When a hash is provided, teh hash key will be appended to the parent prefix.
243-
In the example above, the `init` hash will create the patter `mygit init`.
241+
- Hashes may contain a nested mixed array of the same structure.
242+
- When a hash is provided, the hash key will be appended to the parent prefix.
243+
In the example above, the `init` hash will create the pattern `mygit init`.
244244
- In order to provide a wildcard (like `mygit status*--branch` in the standard
245245
configuration syntax), you can provide either a `*` or a `+` prefix to the
246246
hash key (e.g., `+--branch` or `"*--branch"`). Note that when using a `*`,

0 commit comments

Comments
 (0)