Skip to content

Commit ed020d2

Browse files
authored
docs(contributing): fix typo in instructions (#128)
1 parent 92cae40 commit ed020d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To submit a pull request:
66

77
1. Fork the [repository](https://github.com/expo/config-plugins) and create a feature branch. (Existing contributors can create feature branches without forking. Prefix the branch name with `@your-github-username/`.)
88
2. Run `yarn` in the root directory to generate the build files.
9-
3. Use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) including in the PR tile.
9+
3. Use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) including in the PR title.
1010
4. Fill out the entire PR template. Ensure your code is tested locally and has continuous tests in CI.
1111
5. Make sure all tests pass on GitHub Actions.
1212
6. Wait for a review and adjust the code if necessary.

0 commit comments

Comments
 (0)