Skip to content

Commit fd6700a

Browse files
committed
Fix english at migration/keycode-modifiers
1 parent a639386 commit fd6700a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/migration/keycode-modifiers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ Como um resultado, isso significa que `config.keyCodes` também está obsoleto e
5858

5959
Para aqueles que utilizam `keyCode` em sua base de código, nós recomendamos convertê-los para os nomes kebab-cased equivalentes.
6060

61-
The keys for some punctuation marks can just be included literally. e.g. For the `,` key:
61+
As teclas para alguns sinais de pontuação podem ser incluídas literalmente. por exemplo. Para a tecla `,`:
6262

6363
```html
6464
<input v-on:keypress.,="commaPress">
6565
```
6666

67-
Limitations of the syntax prevent certain characters from being matched, such as `"`, `'`, `/`, `=`, `>`, and `.`. For those characters you should check `event.key` inside the listener instead.
67+
As limitações da sintaxe impedem que certos caracteres sejam correspondidos, como `"`, `'`, `/`, `=`, `>` e `.`. Para esses caracteres você deve verificar `event.key` dentro do escutador em vez disso.
6868

6969
[Migration build flags:](migration-build.html#compat-configuration)
7070

0 commit comments

Comments
 (0)