Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates documentation wording to consistently use US English spellings across several pages in the docs set.
Changes:
- Update UK spellings to US spellings (e.g., fulfils→fulfills, centralises→centralizes, organised→organized, summarised→summarized).
- Replace “Amongst” with “Among” for US usage.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/tutorial/index.md | US spelling update in the tutorial prerequisites list. |
| docs/tutorial/3-enable-encryption.md | US spelling update in TLS/encryption tutorial text. |
| docs/index.md | US spelling update in a top-level documentation section heading. |
| docs/how-to/deploy/launch-a-large-deployment.md | US wording update in the “node roles” section intro. |
| docs/explanation/index.md | US spelling update in the explanation index intro text. |
Comments suppressed due to low confidence (1)
docs/how-to/deploy/launch-a-large-deployment.md:21
- The bullet list under node roles appears to be unintentionally split into multiple top-level bullets (e.g.,
- creating and deleting indices...looks like a continuation of thecluster_managerdescription). Consider wrapping those lines as part of the same bullet (indent continuation lines) or making them nested sub-bullets for clearer structure.
Among the [multiple roles](https://opensearch.org/docs/latest/tuning-your-cluster/) supported by
OpenSearch, two notable roles are especially crucial for a successful cluster formation:
- `cluster_manager`: assigned to nodes responsible for handling cluster-wide operations such as
- creating and deleting indices, managing shards, and rebalancing data across the cluster.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Mehdi-Bendriss
previously approved these changes
Mar 4, 2026
To fix a broken link
gatici
approved these changes
Mar 18, 2026
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.
Description of issue or feature:
This PR is for adopting US spelling instead of UK spelling.
Solution:
Fix all detected issues.
Check with a custom-made spellchecker locally with a US-English dictionary.
We do not apply a custom spellchecker here but rather work on it for the upstream.
How was this change tested?
Checked with copilot.
Tested with Vale with US-specific dictionary.
Checklist