Skip to content

Commit 89bf725

Browse files
authored
[nfc] Update CONTRIBUTING.md (#250)
fix minor typo
1 parent 52409e4 commit 89bf725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ E.g., put the following on a FIRRTL code block to cause it to not be tested: `{.
3030
1. Read the [Versioning Scheme of this
3131
Document](https://github.com/chipsalliance/firrtl-spec/blob/main/spec.md#versioning-scheme-of-this-document).
3232

33-
2. All commit messages have a leading tag indicating how they modify the.
33+
2. All commit messages have a leading tag indicating how they modify the spec.
3434
If you forget to add this to your commit, it can be added to the PR title.
3535
The PR title should then be used in a squash-and-merge GitHub merge strategy.
3636
The available tags are:
3737

3838
- `[nfc]` -- a "non-functional change" to the spec or to something outside
39-
the spec should not modify the current spec version
39+
the spec that should not modify the current spec version
4040
- `[patch]` -- a change to the spec that should increment the patch version
4141
- `[minor]` -- a change to the spec that should increment the minor version
4242
- `[major]` -- a change to the spec that should increment the major version the spec.

0 commit comments

Comments
 (0)