Pārlūkot izejas kodu

Corrected typo in Essentials > Events docs.

Carlton Gibson 4 gadi atpakaļ
vecāks
revīzija
77ccb9b2fb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/docs/src/en/essentials/events.md

+ 1 - 1
packages/docs/src/en/essentials/events.md

@@ -52,7 +52,7 @@ For example, if you want to listen for a form submission but prevent the browser
 <form @submit.prevent="...">...</form>
 ```
 
-You can also apply `.stop` to achieve the equivalant of `event.stopPropagation()`.
+You can also apply `.stop` to achieve the equivalent of `event.stopPropagation()`.
 
 <a name="accessing-the-event-object"></a>
 ## Accessing the event object