소스 검색

Fix x-on .escape modifier documentation (#1791)

The modifier is .escape, not .esc
Mark Jaquith 4 년 전
부모
커밋
de04a2ed62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/docs/src/en/directives/on.md

+ 1 - 1
packages/docs/src/en/directives/on.md

@@ -82,7 +82,7 @@ For easy reference, here is a list of common keys you may want to listen for.
 | `.meta`                     | Cmd on Mac, Ctrl on Windows |
 | `.alt`                      | Alt                         |
 | `.up` `.down` `.left` `.right` | Up/Down/Left/Right arrows   |
-| `.esc`                      | Escape                      |
+| `.escape`                   | Escape                      |
 | `.tab`                      | Tab                         |
 | `.caps-lock`                | Caps Lock                   |