Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca committed Jan 15, 2025
1 parent 58585e7 commit bb00979
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1485,8 +1485,8 @@ export const gameOnKey1: DefinitionDocumentationItem = {
insertText: 'onKey [${1:}], key => {\n\t${2}\n}',
overview: 'onKey keys, key => {}',
detail: makeBasicMarkdownString({
en: 'Listen to given keys pressed, optionally receiving the key pressed, e.g., `onKey [KeyA, KeyB], key => {}`',
zh: '指定多个按键,任一被按下时执行,并可选地接收被按下的按键,如:`onKey [KeyA, KeyB], key => {}`'
en: 'Listen to given keys pressed, optionally receiving the key pressed',
zh: '指定多个按键,任一被按下时执行,并可选地接收被按下的按键'
})
}

Expand Down

0 comments on commit bb00979

Please sign in to comment.