Skip to content

Commit 4e5b9af

Browse files
authored
docs: remove excessive dot in CONTRIBUTING.md (#880)
Removing one unnecessary dot in `create-react-native-library` template `CONTRIBUTING.md`. Biggest open source contribution in history of open source contributions..
1 parent d6a5438 commit 4e5b9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/common/CONTRIBUTING.md

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

0 commit comments

Comments
 (0)