We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681d483 commit d623ac0Copy full SHA for d623ac0
CONTRIBUTING.md
@@ -62,7 +62,7 @@ We follow the [conventional commits specification](https://www.conventionalcommi
62
- `fix`: bug fixes, e.g. fix crash due to deprecated method.
63
- `feat`: new features, e.g. add new method to the module.
64
- `refactor`: code refactor, e.g. migrate from class components to hooks.
65
-- `docs`: changes into documentation, e.g. add usage example for the module..
+- `docs`: changes into documentation, e.g. add usage example for the module.
66
- `test`: adding or updating tests, e.g. add integration tests using detox.
67
- `chore`: tooling changes, e.g. change CI config.
68
0 commit comments