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 b02d73a commit d0ae4a6Copy full SHA for d0ae4a6
packages/create-react-native-library/templates/common/CONTRIBUTING.md
@@ -110,7 +110,7 @@ We follow the [conventional commits specification](https://www.conventionalcommi
110
- `fix`: bug fixes, e.g. fix crash due to deprecated method.
111
- `feat`: new features, e.g. add new method to the module.
112
- `refactor`: code refactor, e.g. migrate from class components to hooks.
113
-- `docs`: changes into documentation, e.g. add usage example for the module..
+- `docs`: changes into documentation, e.g. add usage example for the module.
114
- `test`: adding or updating tests, e.g. add integration tests using detox.
115
- `chore`: tooling changes, e.g. change CI config.
116
0 commit comments