Skip to content

Commit 1d0a986

Browse files
authored
fix grammar
1 parent c6d0dc1 commit 1d0a986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/src/server/lib/router-utils/setup-dev-bundler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ async function startWatcher(
985985
require('@modelcontextprotocol/sdk/package.json')
986986
} catch (error) {
987987
Log.error(
988-
'The use the MCP server, please install the `@modelcontextprotocol/sdk` package.'
988+
'To use the MCP server, please install the `@modelcontextprotocol/sdk` package.'
989989
)
990990
mcpSecret = undefined
991991
}

0 commit comments

Comments
 (0)