From dd960fd75216c3059a12de8225173178ac47f1db Mon Sep 17 00:00:00 2001 From: Vidit Patankar Date: Sun, 31 May 2026 19:54:57 +0530 Subject: [PATCH] docs(examples): fix subject-verb agreement in examples README "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 --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 5ed4dd55f5..8541799672 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,5 +1,5 @@ # Python SDK Examples -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 [servers repository](https://github.com/modelcontextprotocol/servers) for real-world servers.