Skip to content

Commit 30967b3

Browse files
committed
Minor spelling corrections
1 parent 0adcc74 commit 30967b3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/admin/authentication/using-saml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A mapping is created between the `NameID` and the {% data variables.product.prod
4646

4747
### SAML metadata
4848

49-
Your {% data variables.product.prodname_ghe_server %} instances's service provider metadata is available at `http(s)://[hostname]/saml/metadata`.
49+
Your {% data variables.product.prodname_ghe_server %} instance's service provider metadata is available at `http(s)://[hostname]/saml/metadata`.
5050

5151
To configure your identity provider manually, the Assertion Consumer Service (ACS) URL is `http(s)://[hostname]/saml/consume`. It uses the `urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST` binding.
5252

content/developers/github-marketplace/viewing-transactions-for-your-listing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Viewing transactions for your listing
3-
intro: 'The {% data variables.product.prodname_marketplace %} transactions page allows you to download and view all transactions for your {% data variables.product.prodname_marketplace %} listing. You can view transations for the past day (24 hours), week, month, or for the entire duration of time that your {% data variables.product.prodname_github_app %} has been listed.'
3+
intro: 'The {% data variables.product.prodname_marketplace %} transactions page allows you to download and view all transactions for your {% data variables.product.prodname_marketplace %} listing. You can view transactions for the past day (24 hours), week, month, or for the entire duration of time that your {% data variables.product.prodname_github_app %} has been listed.'
44
redirect_from:
55
- /marketplace/github-marketplace-transactions
66
versions:

content/education/manage-coursework-with-github-classroom/manage-classrooms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ You can archive a classroom that you no longer use on {% data variables.product.
116116
!["Delete repository" button](/assets/images/help/classroom/click-delete-classroom-button.png)
117117
1. **Read the warnings**.
118118
1. To verify that you're deleting the correct classroom, type the name of the classroom you want to delete.
119-
![Modal for deleting a classrom with warnings and text field for classroom name](/assets/images/help/classroom/delete-classroom-modal-with-warning.png)
119+
![Modal for deleting a classroom with warnings and text field for classroom name](/assets/images/help/classroom/delete-classroom-modal-with-warning.png)
120120
1. Click **Delete classroom**.
121121
!["Delete classroom" button](/assets/images/help/classroom/delete-classroom-click-delete-classroom-button.png)

content/github/building-a-strong-community/adding-a-code-of-conduct-to-your-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If the code of conduct you want to use isn't available in the provided templates
4747
![New code of conduct file name](/assets/images/help/repository/new-code-of-conduct-file-name.png)
4848
- To make your code of conduct visible in the repository's root directory, type *CODE_OF_CONDUCT* in the file name field.
4949
- To make your code of conduct visible in the repository's `docs` directory, type *docs/CODE_OF_CONDUCT*.
50-
- To make your code of conduct visible in the respository's `.github` directory, type *.github/CODE_OF_CONDUCT*.
50+
- To make your code of conduct visible in the repository's `.github` directory, type *.github/CODE_OF_CONDUCT*.
5151
4. In the new file, add your custom code of conduct.
5252
{% data reusables.files.write_commit_message %}
5353
{% data reusables.files.choose_commit_branch %}

content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can link to a particular row by clicking the row number, or select multiple
1717

1818
### Searching data
1919

20-
If you want to find a certain value in your dataset, you can start typing in the search bar directly above the file. The rows will filter automagically:
20+
If you want to find a certain value in your dataset, you can start typing in the search bar directly above the file. The rows will filter automatically:
2121

2222
![Searching for values](/assets/images/help/repository/searching_csvs.gif)
2323

content/github/setting-up-and-managing-organizations-and-teams/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ For each pending collaborator, you can cancel all invitations to join organizati
1919
6. To the right of the person you want to cancel invitations for, click **Cancel invitations**.
2020
!["Cancel invitation" button](/assets/images/help/organizations/cancel-pending-collaborators.png)
2121
7. Click **Cancel invitations for pending collaborators**.
22-
![Button to confirm cancelation](/assets/images/help/organizations/confirm-cancelation-of-pending-collaborators.png)
22+
![Button to confirm cancellation](/assets/images/help/organizations/confirm-cancelation-of-pending-collaborators.png)

0 commit comments

Comments
 (0)