Skip to content

Commit 01acb77

Browse files
authored
Merge pull request #679 from lucalves/lucalves/spelling-fix
Fixes minor misspellings
2 parents 5ba70b2 + 02ca8f7 commit 01acb77

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

content/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can populate the runner tool cache by running a {% data variables.product.pr
3434

3535
### Populating the tool cache for a self-hosted runner
3636

37-
1. On {% data variables.product.prodname_dotcom_the_website %}, navigate to a repostory that you can use to run a {% data variables.product.prodname_actions %} workflow.
37+
1. On {% data variables.product.prodname_dotcom_the_website %}, navigate to a repository that you can use to run a {% data variables.product.prodname_actions %} workflow.
3838
1. Create a new workflow file in the repository's `.github/workflows` folder that uploads an artifact containing the {% data variables.product.prodname_dotcom %}-hosted runner's tool cache.
3939

4040
The following example demonstrates a workflow that uploads the tool cache for an Ubuntu 18.04 environment, using the `setup-node` action with Node.js versions 10 and 12.

content/developers/webhooks-and-events/github-event-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ The event objects returned from the Events API endpoints have the same structure
2828
| `actor.id` | The unique identifier for the actor. |
2929
| `actor.login` | The username of the actor. |
3030
| `actor.display_login` | The specific display format of the username. |
31-
| `actor.gravatar_id` | The unique indentifier of the Gravatar profile for the actor. |
31+
| `actor.gravatar_id` | The unique identifier of the Gravatar profile for the actor. |
3232
| `actor.url` | The REST API URL used to retrieve the user object, which includes additional user information. |
3333
| `actor.avatar_url` | The URL of the actor's profile image. |
3434
| `repo` | The repository object where the event occurred. |
3535
| `repo.id` | The unique identifier of the repository. |
3636
| `repo.name` | The name of the repository, which includes the owner and repository name. For example, `octocat/hello-world` is the name of the `hello-world` repository owned by the `octocat` user account. |
37-
| `repo.url` | The REST API URL used to retrive the repository object, which includes additional repository information. |
37+
| `repo.url` | The REST API URL used to retrieve the repository object, which includes additional repository information. |
3838
| `payload` | The event payload object is unique to the event type. See the event type below for the event API `payload` object. |
3939

4040
#### Example WatchEvent event object

content/developers/webhooks-and-events/issue-event-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Name | Type | Description
229229
-----|------|--------------
230230
`actor` | `object` | The person who generated the event.
231231
`created_at` | `string` | The timestamp indicating when the cross-reference was added.
232-
`updated_at` | `string` | The timestamp indicating when the cross-refererence was updated or created, if the cross-reference is never updated.
232+
`updated_at` | `string` | The timestamp indicating when the cross-reference was updated or created, if the cross-reference is never updated.
233233
`source` | `object` | The issue or pull request that added a cross-reference.
234234
`source[type]` | `string` | This value will always be `"issue"` because pull requests are of type issue. Only cross-reference events triggered by issues or pull requests are returned in the Timeline Events API. To determine if the issue that triggered the event is a pull request, you can check if the `source[issue][pull_request` object exists.
235235
`source[issue]` | `object` | The `issue` object that added the cross-reference.

content/developers/webhooks-and-events/webhook-events-and-payloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ For a detailed description of this payload and the payload for each type of `act
617617
618618
### meta
619619
620-
The webhook this event is configured on was deleted. This event will only listen for changes to the particular hook the event is installed on. Therefore, it must be selected for each hook that you'd like to recieve meta events for.
620+
The webhook this event is configured on was deleted. This event will only listen for changes to the particular hook the event is installed on. Therefore, it must be selected for each hook that you'd like to receive meta events for.
621621
622622
#### Availability
623623

content/github/administering-a-repository/about-required-commit-signing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ versions:
1111

1212
If you've enforced branch protections in your repository, you can set up required commit signing. For more information, see "[Configuring protected branches](/articles/configuring-protected-branches/)."
1313

14-
When you enable required commit signing on a branch, contibutors {% if currentVersion == "free-pro-team@latest" %}and bots{% endif %} can only push commits that have been signed and verified to the branch. For more information, see "[About commit signature verification](/articles/about-commit-signature-verification)."
14+
When you enable required commit signing on a branch, contributors {% if currentVersion == "free-pro-team@latest" %}and bots{% endif %} can only push commits that have been signed and verified to the branch. For more information, see "[About commit signature verification](/articles/about-commit-signature-verification)."
1515

1616
You can always push local commits to the branch if the commits are signed and verified. {% if currentVersion == "free-pro-team@latest" %}You can also merge signed and verified commits into the branch using a pull request on {% data variables.product.product_name %}. However, you cannot squash and merge a pull request into the branch on {% data variables.product.product_name %} unless you are the author of the pull request.{% else %} However, you cannot merge pull requests into the branch on {% data variables.product.product_name %}.{% endif %} You can {% if currentVersion == "free-pro-team@latest" %}squash and {% endif %}merge pull requests locally. For more information, see "[Checking out pull requests locally](/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally)."{% if currentVersion == "free-pro-team@latest" %} For more information about merge methods, see "[About merge methods on {% data variables.product.prodname_dotcom %}](/github/administering-a-repository/about-merge-methods-on-github)."{% endif %}
1717

0 commit comments

Comments
 (0)