Skip to content

Commit d78ea82

Browse files
committed
fix: correct grammar in menu items documentation
1 parent 399d279 commit d78ea82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MCPForUnity/UnityMcpServer~/src/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def _emit_startup():
201201
202202
Menu Items:
203203
- Use `execute_menu_item` when you have read the menu items resource
204-
- This let's you interact with Unity's menu system and third-party tools
204+
- This lets you interact with Unity's menu system and third-party tools
205205
"""
206206
)
207207

Server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def _emit_startup():
199199
200200
Menu Items:
201201
- Use `execute_menu_item` when you have read the menu items resource
202-
- This let's you interact with Unity's menu system and third-party tools
202+
- This lets you interact with Unity's menu system and third-party tools
203203
"""
204204
)
205205

0 commit comments

Comments
 (0)