浏览代码

fix doc typo (#1696)

Sébastien Saint-Sevin 4 年之前
父节点
当前提交
8def6dd4d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/docs/src/en/directives/on.md

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

@@ -142,7 +142,7 @@ Similar to `.prevent`, `.stop` is the equivalant of calling `.stopPropagation()`
 </div>
 ```
 
-In the above example, clicking the button WONT log the message. This is because we are stopping the propagation of the event immediately and not allowing it to "bubble" up to the `<div>` with the `@click` listener on it.
+In the above example, clicking the button WON'T log the message. This is because we are stopping the propagation of the event immediately and not allowing it to "bubble" up to the `<div>` with the `@click` listener on it.
 
 <a name="outside"></a>
 ### .outside