fix spelling in documentation#4959
Open
JC-wk wants to merge 3 commits into
Open
Conversation
Unit Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 333ed06. ♻️ This comment has been updated with latest results. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses issue #4954 by applying spelling corrections across Azure TRE documentation and updating the changelog to reflect the docs cleanup.
Changes:
- Corrects a set of spelling/wording issues across multiple docs pages and diagrams.
- Updates
CHANGELOG.mdwith an entry referencing the codespell-driven documentation fixes.
Reviewed changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/troubleshooting-faq/cloud-init.md | Spelling fixes in cloud-init troubleshooting doc. |
| docs/troubleshooting-faq/app-insights-logs.md | Spelling fix in App Insights troubleshooting doc. |
| docs/tre-workspace-authors/authoring-workspace-templates.md | Spelling fix in workspace template authoring guidance. |
| docs/tre-templates/workspaces/base.md | Spelling fixes in base workspace template documentation. |
| docs/tre-templates/workspace-services/gitea.md | Spelling fixes in Gitea workspace service doc steps. |
| docs/tre-templates/workspace-services/databricks.md | Spelling fix in Databricks workspace service doc. |
| docs/tre-templates/user-resources/custom.md | Wording/spelling fix in custom user resources doc. |
| docs/tre-templates/shared-services/nexus.md | Spelling fix in Nexus shared service documentation. |
| docs/tre-developers/resource-processor.md | Spelling fix in resource processor developer documentation. |
| docs/tre-developers/letsencrypt.md | Spelling fixes in Let’s Encrypt developer documentation. |
| docs/tre-developers/end-to-end-tests.md | Spelling fix in E2E testing documentation. |
| docs/tre-developers/CLI.md | Spelling fix in CLI developer documentation. |
| docs/tre-admins/setup-instructions/installing-workspace-service-and-user-resource.md | Spelling fix in admin setup instructions. |
| docs/tre-admins/setup-instructions/installing-base-workspace.md | Spelling fix in base workspace setup instructions. |
| docs/tre-admins/setup-instructions/deployment-repo.md | Spelling fix in deployment repo instructions. |
| docs/tre-admins/setup-instructions/configuring-shared-services.md | Spelling fix in shared services setup instructions. |
| docs/tre-admins/registering-templates.md | Spelling fixes in template registration doc. |
| docs/azure-tre-overview/tre-resources-breakdown.md | Spelling fix in TRE resource breakdown overview. |
| docs/azure-tre-overview/cost-reporting.md | Spelling fixes in cost reporting overview doc. |
| docs/azure-tre-overview/architecture.md | Spelling fix in architecture overview doc. |
| docs/azure-tre-overview/airlock.md | Spelling fixes in airlock overview doc. |
| docs/azure-tre-overview/airlock-data-flow-source.txt | Spelling fix in airlock data flow diagram source. |
| cli/README.md | Spelling fix in CLI README instructions. |
| CHANGELOG.md | Adds a changelog entry for the docs spelling fixes and corrects some historical typos. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #4954
What is being addressed
Spelling errors in documentation.
How is this addressed