Skip to content

Commit e13e814

Browse files
authored
Merge pull request #21688 from Rohan5commit/rohan/fix-mcp-server-comma-separated-typo
docs: fix MCP server test description typo
2 parents b40a1af + 61f551b commit e13e814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Library/Homebrew/mcp_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class McpServer
147147
properties: {
148148
only: {
149149
type: "string",
150-
description: "Specific tests to run (comma-seperated) e.g. for `<file>_spec.rb` pass `<file>`. " \
150+
description: "Specific tests to run (comma-separated) e.g. for `<file>_spec.rb` pass `<file>`. " \
151151
"Appending `:<line_number>` will start at a specific line",
152152
},
153153
fail_fast: {

0 commit comments

Comments
 (0)