From 84d227855f8cf83e4188e7f3b205ee5d92a683ba Mon Sep 17 00:00:00 2001 From: littlepawcoding <39333657+littlepawcoding@users.noreply.github.com> Date: Mon, 11 Feb 2019 17:42:18 +0000 Subject: [PATCH] Minor grammar changes (#29739) * Minor grammar changes * fix: changed exclamation point back to dot --- docs/how-to-work-on-guide-articles.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/how-to-work-on-guide-articles.md b/docs/how-to-work-on-guide-articles.md index fc849cd82b..b3860216ff 100644 --- a/docs/how-to-work-on-guide-articles.md +++ b/docs/how-to-work-on-guide-articles.md @@ -87,9 +87,9 @@ Here are a few guidelines the reviewers follow when reviewing PRs: - **content** is for pull requests that modify the content of articles on the guide (they add a new article or update an existing article) - **duplicate** is for pull requests that have the same content as another open PR - **changes requested** is for pull requests that need a change before getting merged -- **stale** is for pull requests with _"changes requested"_ label that doesn't get activity after about 2 weeks and will subsequently be closed. - - A _stale_ pull request should be closed. - - Here is [an example](https://github.com/freeCodeCamp/freeCodeCamp/pull/235). +- **stale** is for pull requests with _"changes requested"_ label that doesn't get activity after about 2 weeks and will subsequently be closed + - A _stale_ pull request should be closed + - Here is [an example](https://github.com/freeCodeCamp/freeCodeCamp/pull/235) #### Conflicting/Duplicate Content