Skip to content

Commit 05885c7

Browse files
docs: fix typo (#75)
1 parent 2df16b0 commit 05885c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ We follow the [conventional commits specification](https://www.conventionalcommi
6767
- `feat`: new features, e.g. add new method to the module.
6868
- `refactor`: code refactor, e.g. migrate from class components to hooks.
6969
- `docs`: changes into documentation, e.g. add usage example for the module..
70-
- `test`: adding or updating tests, eg add integration tests using detox.
70+
- `test`: adding or updating tests, e.g. add integration tests using detox.
7171
- `chore`: tooling changes, e.g. change CI config.
7272

7373
Our pre-commit hooks verify that your commit message matches this format when committing.

0 commit comments

Comments
 (0)