diff --git a/src/menu/demos/enUS/select.demo.md b/src/menu/demos/enUS/select.demo.md
index 23bc17a4d..ca78eba0e 100644
--- a/src/menu/demos/enUS/select.demo.md
+++ b/src/menu/demos/enUS/select.demo.md
@@ -1,6 +1,6 @@
# Select & Routing
-Use `@update:value` to listen to the select action of the menu. The firt argument of the callback is the `key` of the selected menu item. The second is the orginal data of the menu item.
+Use `@update:value` to listen to the select action of the menu. The first argument of the callback is the `key` of the selected menu item. The second is the orginal data of the menu item.
Usually you can use vue-router here to accomplish routing. Also, you can render `label` as `` or `` to set route.