Skip to content

Commit 532084d

Browse files
committed
docs: FIx commit examples
1 parent 6e494dd commit 532084d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,21 @@ Use lowercase for `<type>`. Capitalize the first letter of `<subject>` (sentence
5353
### Examples
5454

5555
```bash
56-
feat(parser): add support for wildcard exceptions
56+
feat(parser): Add support for wildcard exceptions
5757

58-
fix(domain): handle FQDN trailing dots correctly
58+
fix(domain): Handle FQDN trailing dots correctly
5959

60-
docs: update usage examples in README
60+
docs: Update usage examples in README
6161

62-
refactor(list): simplify rule lookup logic
62+
refactor(list): Simplify rule lookup logic
6363
```
6464

6565
### Breaking Changes
6666

6767
Add `BREAKING CHANGE:` in the footer:
6868

6969
```
70-
feat(domain): change parse return type
70+
feat(domain): Change parse return type
7171
7272
BREAKING CHANGE: Domain#parse now returns nil for invalid domains instead of raising.
7373
Update code to check for nil returns.

0 commit comments

Comments
 (0)