From 045fbc7ba4d17734fe4cb0b1aedfb3eb38d810fc Mon Sep 17 00:00:00 2001 From: Taslim Dosunmu Date: Sun, 9 Jun 2019 21:44:44 -0700 Subject: [PATCH] docs: Fix some mispellings in run-bot-locally doc (#213) --- contributing/run-bot-locally.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing/run-bot-locally.md b/contributing/run-bot-locally.md index e95e2af3..5572789a 100644 --- a/contributing/run-bot-locally.md +++ b/contributing/run-bot-locally.md @@ -14,8 +14,8 @@ Required fields are: Important fields are: - `webhook secret`, set this to `development` -- `Permissions` which should we set [as defined in the app.yml](https://github.com/all-contributors/all-contributors-bot/blob/master/app.yml#L54), e.g. set read & write for `Repository contents`, `Issues` and `Pull Requests`, and read for `Repository Metadata` -- `Subscrive to Events` which should we set [as defined in the app.yml](https://github.com/all-contributors/all-contributors-bot/blob/master/app.yml#L15), e.g. check the checkbox for `Issue comment` +- `Permissions` which should be set [as defined in the app.yml](https://github.com/all-contributors/all-contributors-bot/blob/master/app.yml#L54), e.g. set read & write for `Repository contents`, `Issues` and `Pull Requests`, and read for `Repository Metadata` +- `Subscribe to Events` which should be set [as defined in the app.yml](https://github.com/all-contributors/all-contributors-bot/blob/master/app.yml#L15), e.g. check the checkbox for `Issue comment` - Ensure `Where can this GitHub App be installed?` is set to `only this account` ![where can this app be installed](where-can-this-app-be-installed.png)