Skip to content

Commit d623ac0

Browse files
docs: typo fix
1 parent 681d483 commit d623ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ We follow the [conventional commits specification](https://www.conventionalcommi
6262
- `fix`: bug fixes, e.g. fix crash due to deprecated method.
6363
- `feat`: new features, e.g. add new method to the module.
6464
- `refactor`: code refactor, e.g. migrate from class components to hooks.
65-
- `docs`: changes into documentation, e.g. add usage example for the module..
65+
- `docs`: changes into documentation, e.g. add usage example for the module.
6666
- `test`: adding or updating tests, e.g. add integration tests using detox.
6767
- `chore`: tooling changes, e.g. change CI config.
6868

0 commit comments

Comments
 (0)