Skip to content

docs: fix typo "foor" -> "foo" in README example#571

Merged
dragonsinth merged 1 commit into
fullstorydev:masterfrom
maxtaran2010:fix/readme-typo-foor
Jul 8, 2026
Merged

docs: fix typo "foor" -> "foo" in README example#571
dragonsinth merged 1 commit into
fullstorydev:masterfrom
maxtaran2010:fix/readme-typo-foor

Conversation

@maxtaran2010

@maxtaran2010 maxtaran2010 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

The JSON stdin example in the README had a typo: "foor" instead of "foo". The surrounding examples in the same section consistently use "foo".

Before:

{
  "id": 1234,
  "tags": [
    "foor",
    "bar"
  ]
}

After:

{
  "id": 1234,
  "tags": [
    "foo",
    "bar"
  ]
}

Note

Low Risk
Documentation-only change with no runtime or behavioral impact.

Overview
Fixes a typo in the stdin JSON example for grpcurl -d @: the first tag in the tags array is corrected from "foor" to "foo", matching the other examples in the same README section.

Reviewed by Cursor Bugbot for commit 230f503. Bugbot is set up for automated code reviews on this repo. Configure here.

The JSON example in the stdin section had a typo: "foor" instead of
"foo". Surrounding examples in the same section use "foo" consistently.
Copilot AI review requested due to automatic review settings July 8, 2026 09:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@dragonsinth
dragonsinth enabled auto-merge (squash) July 8, 2026 17:40
@dragonsinth
dragonsinth merged commit 04bf23b into fullstorydev:master Jul 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants