docs: fix grammar and typos from PR 210#232
Open
Copilot wants to merge 3 commits into
Open
Conversation
Copilot
AI
changed the title
[WIP] Fix grammar and typos from PR 210
docs: fix grammar and typos from PR 210
Jun 4, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Re-applies a small set of verified documentation typo/grammar corrections originally proposed in #210, while intentionally excluding the Docsy submodule upgrade.
Changes:
- Fixes “easy build” → “easy to build” in the home page hero subtitle.
- Removes a duplicated article in the Concepts Overview Continuous Queries section (“a the” → “the”).
- Corrects possessive “it’s” → “its” in the SignalR
ResultSetdocumentation (both React and Vue sections).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/content/_index.md | Fixes a missing “to” in the home page hero subtitle. |
| docs/content/concepts/overview/_index.md | Removes a duplicated article in the Continuous Queries introduction. |
| docs/content/drasi-kubernetes/how-to-guides/configure-reactions/configure-signalr-reaction/_index.md | Corrects possessive grammar in ResultSet component descriptions for React and Vue. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ruokun-niu
approved these changes
Jun 4, 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.
Re-applies the valid content fixes proposed in #210 while dropping its unintended docsy submodule upgrade. Each fix was re-verified against current docs before applying.
Changes
docs/content/_index.md— hero subtitle: "makes it easy build" → "makes it easy to build".docs/content/concepts/overview/_index.md— Continuous Queries: removed duplicate article "with a the kind of" → "with the kind of"..../configure-signalr-reaction/_index.md—ResultSetdescription: "render a copy of it's children" → "its children", in both the React and Vue sections.Excluded
docs/themes/docsysubmodule bump from docs: fix grammar and typos in core documentation #210 is intentionally omitted.This PR supersedes #210, which should be closed in favor of this one.