Skip to content

Commit 2c77de8

Browse files
tanthcsttCopilot
andauthored
Update UnityMcpBridge/Editor/Windows/ManualConfigEditorWindow.cs, fix grammar error
Co-authored-by: Copilot <[email protected]>
1 parent f7fdab9 commit 2c77de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityMcpBridge/Editor/Windows/ManualConfigEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ protected virtual void OnGUI()
118118
else if (mcpClient?.mcpType == McpTypes.Warp)
119119
{
120120
EditorGUILayout.LabelField(
121-
"a) Open 'Warp Drive' by click the Warp icon in the top-left corner or press (Ctrl + Shift + | on Windows / ⌘ + | on macOS) > MCP Servers > Add",
121+
"a) Open 'Warp Drive' by clicking the Warp icon in the top-left corner or press (Ctrl + Shift + | on Windows / ⌘ + | on macOS) > MCP Servers > Add",
122122
instructionStyle
123123
);
124124
}

0 commit comments

Comments
 (0)