Skip to content

Commit

Permalink
Correct spelling of precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
duckbrain committed Feb 1, 2024
1 parent 4f855e0 commit c9a9a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Config.md
Expand Up @@ -530,7 +530,7 @@ git:
replace: '[$1] '
```

If you want repository-specific prefixes, you can map them with `commitPrefixes`. If you have both `commitPrefixes` defined and an entry in `commitPrefixes` for the current repo, the `commitPrefixes` entry is given higher precidence. Repository folder names must be an exact match.
If you want repository-specific prefixes, you can map them with `commitPrefixes`. If you have both `commitPrefixes` defined and an entry in `commitPrefixes` for the current repo, the `commitPrefixes` entry is given higher precedence. Repository folder names must be an exact match.

```yaml
git:
Expand Down

0 comments on commit c9a9a10

Please sign in to comment.