Skip to content

Commit 64d70df

Browse files
committed
typo in navigate tool
1 parent d81dcc8 commit 64d70df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/navigate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type NavigateInput = z.infer<typeof NavigateInputSchema>;
1212
const navigateSchema: ToolSchema<typeof NavigateInputSchema> = {
1313
name: "browserbase_stagehand_navigate",
1414
description:
15-
"Navigate to a URL in the browser. Only use this tool with URLs you're confident will work and stay up to date. Otheriwse use https://google.com as the starting point",
15+
"Navigate to a URL in the browser. Only use this tool with URLs you're confident will work and stay up to date. Otherwise, use https://google.com as the starting point",
1616
inputSchema: NavigateInputSchema,
1717
};
1818

0 commit comments

Comments
 (0)