Kaynağa Gözat

fix doc typo (#1696)

Sébastien Saint-Sevin 4 yıl önce
ebeveyn
işleme
8def6dd4d2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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