Skip to content

Commit

Permalink
fix handler name (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin authored Jun 24, 2024
1 parent 0c645bd commit 3c6ac25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowboard/handlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function onFetchDataFromServer()
Then, in JavaScript:

```js
Snowboard.request(this, 'onHandleForm', {
Snowboard.request(this, 'onFetchDataFromServer', {
success: function(data) {
console.log(data);
}
Expand Down

0 comments on commit 3c6ac25

Please sign in to comment.