Browse Source

fix doc typo (#1696)

Sébastien Saint-Sevin 3 years ago
parent
commit
8def6dd4d2
1 changed files with 1 additions and 1 deletions
  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>
 </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>
 <a name="outside"></a>
 ### .outside
 ### .outside