Fix typo (#1)

This commit is contained in:
Jakob Krigovsky 2020-01-25 23:21:27 +01:00 committed by Jesse Squires
parent d26aa5f49a
commit 858e699262

View File

@ -90,7 +90,7 @@ For most contributions, after your pull request is accepted and merged, you will
- **Use the repo's default branch.** Branch from and [submit your pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork) to the repo's default branch (usually `dev` or `develop`).
- **[Resovle any merge conflicts](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github)** that occur.
- **[Resolve any merge conflicts](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github)** that occur.
- **Promptly address any CI failures**. If your pull request fails to build or pass tests, please push another commit to fix it.