-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix typo #2504
fix typo #2504
Conversation
WalkthroughWalkthroughThe recent update to the documentation introduces a new "Status Code" section in the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
[CHATOPS:HELP] ChatOps commands.
|
| code | desc. | | ||
| :--: | :---------------- | | ||
| 0 | OK | | ||
| 1 | CANCELLED | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [documents testlint] <eslint.rules.en-spell> reported by reviewdog 🐶
CANCELLED => CANCELED (en-spell)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- docs/api/filter-gateway.md (1 hunks)
Additional Context Used
LanguageTool (9)
docs/api/filter-gateway.md (9)
Near line 138: Specify a number, remove phrase, or simply use “many” or “numerous”
Context: .... It's the recommended method to insert a large number of objects. ```rpc service Filter { rpc...
Near line 247: “Google” is a proper noun and needs to be capitalized.
Context: ...ogle.rpc.Status | | the status of google RPC. | - Object.Loc...
Near line 396: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...d(Array[Object.Location]) | the list ofObject.Location
. | - Object.Location | field |...
Near line 546: ‘Amount of’ should usually only be used with uncountable or mass nouns. Consider using “number” if this is not the case.
Context: ... recommended method to update the large amount of objects. ```rpc service Filter { ...
Near line 656: “Google” is a proper noun and needs to be capitalized.
Context: ...ogle.rpc.Status | | the status of google RPC. | - Object.Loc...
Near line 811: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...d(Array[Object.Location]) | the list ofObject.Location
. | - Object.Location | field |...
Near line 1068: “Google” is a proper noun and needs to be capitalized.
Context: ...ogle.rpc.Status | | the status of google RPC. | - Object.Loc...
Near line 1223: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...d(Array[Object.Location]) | the list ofObject.Location
. | - Object.Location | field |...
Near line 1464: “Google” is a proper noun and needs to be capitalized.
Context: ...ogle.rpc.Status | | the status of google RPC | - Search.Response | f...
Additional comments not posted (1)
docs/api/filter-gateway.md (1)
1480-1490
: Correct the typo in the "Status Code" section.The addition of the "Status Code" section provides clear and concise information about possible status codes, which enhances the documentation's utility and user guidance.
Signed-off-by: kpango <kpango@vdaas.org>
Signed-off-by: kpango <kpango@vdaas.org>
* fix links (#2500) Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> * fix indent and link (#2501) Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> * fix link (#2502) Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> * fix typo (#2503) * fix typo (#2504) * change fixed version to replace string (#2506) * change fixed version to replace string Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> * Update docs/overview/component/agent.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com> --------- Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com> Co-authored-by: Kosuke Morimoto <ksk@vdaas.org> Co-authored-by: datelier <57349093+datelier@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Description
SSIA
Related Issue
Versions
Checklist
Special notes for your reviewer
Summary by CodeRabbit