mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
spelling: updatefail
This commit is contained in:
parent
e57d5fcf2f
commit
ca65399c13
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue