Skip to content

Commit fab0585

Browse files
committed
fix grammar
1 parent 439715a commit fab0585

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
@@ -984,7 +984,7 @@ async function startWatcher(
984984
require('@modelcontextprotocol/sdk/package.json')
985985
} catch (error) {
986986
Log.error(
987-
'The use the MCP server, please install the `@modelcontextprotocol/sdk` package.'
987+
'To use the MCP server, please install the `@modelcontextprotocol/sdk` package.'
988988
)
989989
mcpSecret = undefined
990990
}

0 commit comments

Comments
 (0)