File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 `*`,
You can’t perform that action at this time.
0 commit comments