Skip to content

Commit 31c5034

Browse files
authored
Merge pull request #7451 from bl-ue/fix-typos
Fix typos
2 parents 5e50abc + 84fbf94 commit 31c5034

File tree

25 files changed

+37
-44
lines changed

25 files changed

+37
-44
lines changed

assets/images/help/codespaces/codespaces-commad-palette.png renamed to assets/images/help/codespaces/codespaces-command-palette.png

File renamed without changes.

assets/images/help/profile/username-with-limited-availibilty-text.png renamed to assets/images/help/profile/username-with-limited-availability-text.png

File renamed without changes.

content/actions/guides/building-and-testing-xamarin-applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ We recommend that you have a basic understanding of Xamarin, .NET Core SDK, YAML
3939
- "[Getting started with .NET](https://dotnet.microsoft.com/learn)"
4040
- "[Learn Xamarin](https://dotnet.microsoft.com/learn/xamarin)"
4141

42-
## Bulding Xamarin.iOS apps
42+
## Building Xamarin.iOS apps
4343

4444
The example below demonstrates how to change the default Xamarin SDK versions and build a Xamarin.iOS application.
4545

@@ -79,7 +79,7 @@ jobs:
7979
```
8080
{% endraw %}
8181
82-
## Bulding Xamarin.Android apps
82+
## Building Xamarin.Android apps
8383
8484
The example below demonstrates how to change default Xamarin SDK versions and build a Xamarin.Android application.
8585

content/admin/enterprise-management/configuring-clustering/cluster-network-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ We strongly recommend enabling PROXY support for both your instance and the load
110110

111111
{% data reusables.enterprise_clustering.x-forwarded-for %}
112112

113-
To enable the `X-Fowarded-For` header, use this command:
113+
To enable the `X-Forwarded-For` header, use this command:
114114

115115
```shell
116116
$ ghe-config 'loadbalancer.http-forward' 'true' && ghe-cluster-config-apply

content/code-security/security-advisories/about-coordinated-disclosure-of-security-vulnerabilities.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ As a maintainer, it's good practice to clearly indicate how and where you want t
3434

3535
Maintainers should disclose vulnerabilities in a timely manner. If there is a security vulnerability in your repository, we recommend you:
3636
- Treat the vulnerability as a security issue rather than a simple bug, both in your response and your disclosure. For example, you'll need to explicitly mention that the issue is a security vulnerability in the release notes.
37-
- Acknowlege receipt of the vulnerability report as quickly as possible, even if no immediate resources are available for investigation. This sends the message that you are quick to respond and act, and it sets a positive tone for the rest of the interaction between you and the vulnerability reporter.
37+
- Acknowledge receipt of the vulnerability report as quickly as possible, even if no immediate resources are available for investigation. This sends the message that you are quick to respond and act, and it sets a positive tone for the rest of the interaction between you and the vulnerability reporter.
3838
- Involve the vulnerability reporter when you verify the impact and veracity of the report. It's likely the vulnerability reporter has already spent time considering the vulnerability in a variety of scenarios, some of which you may have not considered yourself.
3939
- Remediate the issue in a way that you see fit, taking any concerns and advice provided by the vulnerability reporter into careful consideration. Often the vulnerability reporter will have knowledge of certain corner cases and remediation bypasses that are easy to miss without a security research background.
4040
- Always acknowledge the vulnerability reporter when you credit the discovery.
@@ -65,5 +65,3 @@ The process for reporting and disclosing vulnerabilities for projects on {% data
6565

6666

6767
To get started, see "[Creating a security advisory](/github/managing-security-vulnerabilities/creating-a-security-advisory)."
68-
69-

content/codespaces/codespaces-reference/using-the-command-palette-in-codespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can access the Command Palette in a number of ways.
3131

3232
To see all commands related to {% data variables.product.prodname_github_codespaces %} access the Command Palette, then start typing "Codespaces".
3333

34-
![A list of all commands that relate to Codespaces](/assets/images/help/codespaces/codespaces-commad-palette.png)
34+
![A list of all commands that relate to Codespaces](/assets/images/help/codespaces/codespaces-command-palette.png)
3535

3636
### Suspending or stopping a codespace
3737

content/codespaces/developing-in-codespaces/creating-a-codespace.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Codespaces are associated with a specific branch of a repository and the reposit
2626
When you create a codespace, a number of steps happen to enable full access to your development environment.
2727

2828
- Resources such as a VM and storage for your container are assigned. A new VM is created every time you create or start a codespace to ensure that you always have the latest versions and security patches.
29-
- {% data variables.product.prodname_codespaces %} recieves information about your repository, branch, commits, your public dotfiles repository, and any secrets that you have created.
29+
- {% data variables.product.prodname_codespaces %} receives information about your repository, branch, commits, your public dotfiles repository, and any secrets that you have created.
3030
- {% data variables.product.prodname_codespaces %} executes a shallow clone of the repository.
3131
- If you have one in your repository, {% data variables.product.prodname_codespaces %} runs the `devcontainer.json` file. For more information, see "[Configuring {% data variables.product.prodname_codespaces %} for your project](/github/developing-online-with-codespaces/configuring-codespaces-for-your-project)."
3232
- Your Docker container, `docker-compose`, or other initialization is run.
@@ -56,6 +56,3 @@ When you create a codespace, a number of steps happen to enable full access to y
5656
4. To create a codespace using a Standard machine type, click {% octicon "plus" aria-label="The plus icon" %} **New codespace**.
5757

5858
![New codespace button](/assets/images/help/codespaces/new-codespace-button.png)
59-
60-
61-

content/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When an application running inside a codespace outputs a port to the console, {%
2222

2323
![Automatic port forwarding](/assets/images/help/codespaces/automatic-port-forwarding.png)
2424

25-
You can also forward a port manually, label forwarded ports, share fowarded ports publicly, and add forwarded ports to the codespace configuration.
25+
You can also forward a port manually, label forwarded ports, share forwarded ports publicly, and add forwarded ports to the codespace configuration.
2626

2727
## Forwarding a port
2828

@@ -58,10 +58,9 @@ If you want to share a forwarded port with others, you can make the port public.
5858

5959
You can add a forwarded port to the {% data variables.product.prodname_codespaces %} configuration for the repository, so the port will automatically be forwarded for all codespaces created from the repository. After you update the configuration, any previously created codespaces must be rebuilt for the change to apply. For more information, see "[Configuring {% data variables.product.prodname_codespaces %} for your project](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project#applying-changes-to-your-configuration)."
6060

61-
You can manually configure fowarded ports in a `.devcontainer.json` file using the `forwardPorts` property, or you can use the "Ports" panel in your codespace.
61+
You can manually configure forwarded ports in a `.devcontainer.json` file using the `forwardPorts` property, or you can use the "Ports" panel in your codespace.
6262

6363
{% data reusables.codespaces.navigate-to-ports-tab %}
6464
1. Right click the port you want to add to the codespace configuration, then click **Set Label and Update devcontainer.json**.
6565
![Option to set label and add port to devcontainer.json in the right-click menu](/assets/images/help/codespaces/update-devcontainer-to-add-port-option.png)
6666
{% data reusables.codespaces.type-port-label %}
67-

content/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ You can use the Dockerfile to add additional container layers to specify OS pack
166166

167167
## Step 3: Modify your devcontainer.json file
168168

169-
With your dev container added and a basic understanding of what everything does, you can now make changes to configure it for your environment. In this example, you'll add properties to install extensions and restore your project dependancies when your codespace launches.
169+
With your dev container added and a basic understanding of what everything does, you can now make changes to configure it for your environment. In this example, you'll add properties to install extensions and restore your project dependencies when your codespace launches.
170170

171171
1. In the Explorer, expand the `.devcontainer` folder and select the `devcontainer.json` file from the tree to open it.
172172

content/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ You can use the Dockerfile to add additional container layers to specify OS pack
148148

149149
With your dev container added and a basic understanding of what everything does, you can now make changes to configure it for your environment. In this example, you'll add properties to install extensions and your project dependencies when your codespace launches.
150150

151-
1. In the Explorer, select the `devcontainer.json` file from the tree to open it. You might have to exand the `.devcontainer` folder to see it.
151+
1. In the Explorer, select the `devcontainer.json` file from the tree to open it. You might have to expand the `.devcontainer` folder to see it.
152152

153153
!["Codespaces: Rebuild Container" in the command palette](/assets/images/help/codespaces/devcontainers-options.png)
154154

0 commit comments

Comments
 (0)