From 992fbefed84b772bf9d47e6bb14fe6fafae10579 Mon Sep 17 00:00:00 2001 From: Mihal Malostanidis Date: Sun, 26 Feb 2017 00:34:51 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 8dc5a0c13..b7bba3813 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ PR checklist: * [ ] Added unit tests * [ ] Updated changelog -* [ ] Updated docs (either in the description of this PR as markdown, or as seperate PR on the `gh-pages` branch. Please refer to this PR). For new functionality, at least [API.md](https://github.com/mobxjs/mobx/blob/gh-pages/docs/refguide/api.md) should be updated +* [ ] Updated docs (either in the description of this PR as markdown, or as separate PR on the `gh-pages` branch. Please refer to this PR). For new functionality, at least [API.md](https://github.com/mobxjs/mobx/blob/gh-pages/docs/refguide/api.md) should be updated * [ ] Added typescript typings * [ ] Verified that there is no significant performance drop (`npm run perf`)