فهرست منبع

Adjusted Dispatching custom events wording.

Carlton Gibson 4 سال پیش
والد
کامیت
d747cbd246
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/docs/src/en/essentials/events.md

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

@@ -66,7 +66,7 @@ Sometimes you may want to access the native browser event object inside your own
 <a name="dispatching-custom-events"></a>
 ## Dispatching custom events
 
-In addition to listening for browser events, you can dispatch them as well. This is extremely useful for communicating with other Alpine components or event in tools outside of Alpine itself.
+In addition to listening for browser events, you can dispatch them as well. This is extremely useful for communicating with other Alpine components or triggering event in tools outside of Alpine itself.
 
 Alpine exposes a magic helper called `$dispatch` for this: