From 858e699262b6a31fba2d17347d85eecd7ffac99e Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Sat, 25 Jan 2020 23:21:27 +0100 Subject: [PATCH] Fix typo (#1) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7fb3bc3..ff2d557 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.