Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 6eb206e

Browse files
authored
Merge pull request #1079 from github/fix-capitalization
Fix capitalization for "pull request"
2 parents b403633 + d7502f6 commit 6eb206e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/guides/delivering-deployments.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ the moment your code lands on `master`.
1414
This guide will use that API to demonstrate a setup that you can use.
1515
In our scenario, we will:
1616

17-
* Merge a Pull Request
18-
* When the CI is finished, we'll set the Pull Request's status accordingly.
19-
* When the Pull Request is merged, we'll run our deployment to our server.
17+
* Merge a pull request
18+
* When the CI is finished, we'll set the pull request's status accordingly.
19+
* When the pull request is merged, we'll run our deployment to our server.
2020

2121
Our CI system and host server will be figments of our imagination. They could be
2222
Heroku, Amazon, or something else entirely. The crux of this guide will be setting up
@@ -50,7 +50,7 @@ Start this server up. By default, Sinatra starts on port `4567`, so you'll want
5050
to configure ngrok to start listening for that, too.
5151

5252
In order for this server to work, we'll need to set a repository up with a webhook.
53-
The webhook should be configured to fire whenever a Pull Request is created, or merged.
53+
The webhook should be configured to fire whenever a pull request is created, or merged.
5454
Go ahead and create a repository you're comfortable playing around in. Might we
5555
suggest [@octocat's Spoon/Knife repository](https://github.com/octocat/Spoon-Knife)?
5656
After that, you'll create a new webhook in your repository, feeding it the URL
@@ -67,7 +67,7 @@ Great! Click on **Let me select individual events.**, and select the following:
6767
* Pull Request
6868

6969
These are the events {{ site.data.variables.product.product_name }} will send to our server whenever the relevant action
70-
occurs. We'll configure our server to *just* handle when Pull Requests are merged
70+
occurs. We'll configure our server to *just* handle when pull requests are merged
7171
right now:
7272

7373
``` ruby

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy