Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-qb committed Dec 6, 2023
1 parent 64a186d commit befb36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/docs/pages/user_guides/custom_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Custom actions enable you to implement your own action function. Simply do the f
2. decorate it with the `@capture("action")` decorator
3. add it as a `function` argument inside the [`Action`][vizro.models.Action] model

The following example shows how to create a custom action that postponeS execution of the next action in the chain for `t` seconds.
The following example shows how to create a custom action that postpones execution of the next action in the chain for `t` seconds.

!!! example "Simple custom action"
=== "app.py"
Expand Down

0 comments on commit befb36b

Please sign in to comment.