From 8e5145136608060bb8a154991015e448cc162943 Mon Sep 17 00:00:00 2001 From: Martin Donath Date: Thu, 29 Dec 2016 19:06:47 +0100 Subject: [PATCH] Correct typo in contribution guidelines [ci skip] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 94f5866e9..64b79ecd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,5 +62,5 @@ push your branch to GitHub and send a PR to `mkdocs-material:master`. If we suggest changes, make the required updates, rebase your branch and push the changes to your GitHub repository, which will automatiaclly update your PR. -Afer your PR is merged, you can safely delete your branch and pull the changes +After your PR is merged, you can safely delete your branch and pull the changes from the main (upstream) repository.