From e403b2634341f3d4b7199d13a7125232ab2a9c62 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 2 Jan 2024 05:16:38 -0500 Subject: [PATCH] Fix misspelled brand names (#30827) Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ...eploying-runner-scale-sets-with-actions-runner-controller.md | 2 +- .../codeql-code-scanning-for-compiled-languages.md | 2 +- .../working-with-advanced-formatting/attaching-files.md | 2 +- contributing/codespace.md | 2 +- .../actions-default-workflow-permissions-restrictive.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md index b6f6ea4778bf..28be535224cb 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md @@ -574,7 +574,7 @@ When you set the `containerMode` in the `values.yaml` file for the [`gha-runner- Depending on which value you set for the `containerMode`, a configuration will automatically be injected into the `template` section of the `values.yaml` file for the `gha-runner-scale-set` helm chart. - See the [`dind` configuration](https://github.com/actions/actions-runner-controller/blob/5347e2c2c80fbc45be7390eab117e861d30776d1/charts/gha-runner-scale-set/values.yaml#L110). -- See the [`kuberbetes` configuration](https://github.com/actions/actions-runner-controller/blob/5347e2c2c80fbc45be7390eab117e861d30776d1/charts/gha-runner-scale-set/values.yaml#L160). +- See the [`kubernetes` configuration](https://github.com/actions/actions-runner-controller/blob/5347e2c2c80fbc45be7390eab117e861d30776d1/charts/gha-runner-scale-set/values.yaml#L160). To customize the spec, comment out or remove `containerMode`, and append the configuration you want in the `template` section. diff --git a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.md b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.md index 24e723b3c522..a90379f23cd9 100644 --- a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.md +++ b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.md @@ -102,7 +102,7 @@ On Linux and macOS, the `autobuild` step reviews the files present in the reposi 1. If none are found, search subdirectories for a unique directory with a build system for C/C++. 1. Run an appropriate command to configure the system. -For self-hosted runners, you will likely need to install the `gcc` compiler, and specific projects may also require access to `clang` or `mscv` executables. You will also need to install the build system (for example `msbuild`, `make`, `cmake`, `bazel`) and utilities (such as `python`, `perl`, `lex`, and `yacc`) that your projects depend on. +For self-hosted runners, you will likely need to install the `gcc` compiler, and specific projects may also require access to `clang` or `msvc` executables. You will also need to install the build system (for example `msbuild`, `make`, `cmake`, `bazel`) and utilities (such as `python`, `perl`, `lex`, and `yacc`) that your projects depend on. ### `autobuild` for C# diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md b/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md index 60f861ffa672..32fc2ea1af55 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md @@ -78,7 +78,7 @@ We support these files: {%- endif %} - Log files (_.log_) - Markdown files (_.md_) -- Microsoft Word (_.docx_), Powerpoint (_.pptx_), and Excel (_.xlsx_) documents +- Microsoft Word (_.docx_), PowerPoint (_.pptx_), and Excel (_.xlsx_) documents - Text files (_.txt_) - PDFs (_.pdf_) - ZIP (_.zip_, _.gz_, _.tgz_){% ifversion fpt or ghec or ghes %} diff --git a/contributing/codespace.md b/contributing/codespace.md index 3db721c52b54..5ca5171d051a 100644 --- a/contributing/codespace.md +++ b/contributing/codespace.md @@ -1 +1 @@ -The content in the `contributing` directory has been deprecated. See "[Working on a GitHub Docs in a codepsace](https://docs.github.com/en/contributing/setting-up-your-environment-to-work-on-github-docs/working-on-github-docs-in-a-codespace)" in the GitHub Docs for the maintained version of this article. +The content in the `contributing` directory has been deprecated. See "[Working on a GitHub Docs in a codespace](https://docs.github.com/en/contributing/setting-up-your-environment-to-work-on-github-docs/working-on-github-docs-in-a-codespace)" in the GitHub Docs for the maintained version of this article. diff --git a/data/features/actions-default-workflow-permissions-restrictive.yml b/data/features/actions-default-workflow-permissions-restrictive.yml index 2f8bce871006..c90a39fbffd6 100644 --- a/data/features/actions-default-workflow-permissions-restrictive.yml +++ b/data/features/actions-default-workflow-permissions-restrictive.yml @@ -1,5 +1,5 @@ # Reference: #9014. -# Versioning for enterprise/organization/repository policy settings for workflow permissions granted to GTIHUB_TOKEN to be readonly by default and not allow GitHub Actions to create or approve pull requests. +# Versioning for enterprise/organization/repository policy settings for workflow permissions granted to GITHUB_TOKEN to be readonly by default and not allow GitHub Actions to create or approve pull requests. versions: fpt: '*' ghec: '*'