Skip to content

docs(examples): fix subject-verb agreement in examples README#2738

Closed
vidigoat wants to merge 1 commit into
modelcontextprotocol:mainfrom
vidigoat:fix/examples-readme-folder-grammar
Closed

docs(examples): fix subject-verb agreement in examples README#2738
vidigoat wants to merge 1 commit into
modelcontextprotocol:mainfrom
vidigoat:fix/examples-readme-folder-grammar

Conversation

@vidigoat
Copy link
Copy Markdown

Summary

examples/README.md opens with "This folders aims to provide simple examples...", which has a subject-verb agreement error: the plural "folders" disagrees with the singular verb "aims", and the line describes a single directory.

This one-word fix changes it to "This folder aims to provide...".

Change

-This folders aims to provide simple examples of using the Python SDK. Please refer to the
+This folder aims to provide simple examples of using the Python SDK. Please refer to the

Docs-only, no code or behavior change. Note: this edits examples/README.md, not the v1-frozen root README.md.

"This folders aims" -> "This folder aims". The examples/ directory is a
single folder, so the singular subject agrees with the singular verb.

Signed-off-by: Vidit Patankar <vidit.patankar16@gmail.com>
@vidigoat
Copy link
Copy Markdown
Author

vidigoat commented Jun 1, 2026

Closing this minor change to keep my contributions focused on substantive bug fixes. Thanks for your time!

@vidigoat vidigoat closed this Jun 1, 2026
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.

1 participant