spelling: updatefail

This commit is contained in:
Josh Soref 2019-10-29 02:40:08 -04:00
parent e57d5fcf2f
commit ca65399c13

View file

@ -1667,7 +1667,7 @@ var FacebookInstantGamesPlugin = new Class({
/**
* Informs Facebook of a custom update that occurred in the game.
* This will temporarily yield control to Facebook and Facebook will decide what to do based on what the update is.
* Once Facebook returns control to the game the plugin will emit an `update` or `upatefail` event.
* Once Facebook returns control to the game the plugin will emit an `update` or `updatefail` event.
*
* It makes an async call to the API, so the result isn't available immediately.
*
@ -1705,7 +1705,7 @@ var FacebookInstantGamesPlugin = new Class({
/**
* Informs Facebook of a leaderboard update that occurred in the game.
* This will temporarily yield control to Facebook and Facebook will decide what to do based on what the update is.
* Once Facebook returns control to the game the plugin will emit an `update` or `upatefail` event.
* Once Facebook returns control to the game the plugin will emit an `update` or `updatefail` event.
*
* It makes an async call to the API, so the result isn't available immediately.
*