Skip to content

Commit a0a0158

Browse files
authored
docs(contributors): fix typos
1 parent bc94316 commit a0a0158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/guide-contributor/workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ Please follow these rules for your commit messages / PR titles:
165165
at **50 characters or less**
166166
- Only use the types listed in the table below; choose the type according to the
167167
predominant reason for the change
168-
- Never use types `feat`, `fix`, `perf`, `refactor` and `style` only for changes
169-
in packaged/production code; use the dedicated types for all build-, CI-,
170-
documentation- or test-related changess
168+
- Only use types `feat`, `fix`, `perf`, `refactor` and `style` for changes in
169+
in package/production code; use the dedicated types for all build-, CI-,
170+
documentation- or test-related changes
171171
- Indicating a scope is optional; it is only necessary if scopes are generally
172172
used in the repository you are working on
173173
- Start the `<description>` with a verb in imperative form (e.g., `add`, `fix`)

0 commit comments

Comments
 (0)