Skip to content

Commit 94e428e

Browse files
authored
style: Fix typo for style branching name. (#451)
1 parent fd3aac5 commit 94e428e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/how-to/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ quality. Here is a list of the most common commit types:
250250
- ``fix:``: Bug fixes.
251251
- ``feat:``: Changes that introduce a new feature or significant addition.
252252
- ``docs:``: Changes pertaining only to documentation.
253-
- ``style``: Changes that do not affect the meaning of the code (white-space,
253+
- ``style:``: Changes that do not affect the meaning of the code (white-space,
254254
formatting, missing semi-colons, etc.).
255255
- ``refactor:``: A code change that neither fixes a bug nor adds a feature.
256256
- ``perf:``: A code change that improves performance.

0 commit comments

Comments
 (0)