Skip to content

Commit 9a99e30

Browse files
committed
Fix docs
1 parent 860c967 commit 9a99e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/features/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class ProductList : HydroComponent
8787
}
8888
```
8989

90-
In this case using a Hydro action might be an overkill, since it will cause an unnecessary additional request and rendering of the component. To avoid that, you can dispatch actions straight from your client code by using a `hydro-dispatch` tag helper:
90+
In this case using a Hydro action might be an overkill, since it will cause an unnecessary additional request and rendering of the component. To avoid that, you can dispatch actions straight from your client code by using `Model.Client.Dispatch`:
9191

9292
```razor
9393
<button

0 commit comments

Comments
 (0)