Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihsolhan committed Feb 9, 2024
1 parent 8571a93 commit ca97953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/3.props/3.hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It runs before the step is 'closed'.
```js
{
on: {
beforeStep: function (options) {
afterStep: function (options) {
// The logic written here will run before hiding the step, and it can be customized with settings
}
}
Expand Down

0 comments on commit ca97953

Please sign in to comment.