瀏覽代碼

Corrected typo in Essentials > Events docs.

Carlton Gibson 4 年之前
父節點
當前提交
77ccb9b2fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>
 <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>
 <a name="accessing-the-event-object"></a>
 ## Accessing the event object
 ## Accessing the event object