Skip to content

Commit ca65399

Browse files
committed
spelling: updatefail
1 parent e57d5fc commit ca65399

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/fbinstant/src/FacebookInstantGamesPlugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ var FacebookInstantGamesPlugin = new Class({
16671667
/**
16681668
* Informs Facebook of a custom update that occurred in the game.
16691669
* This will temporarily yield control to Facebook and Facebook will decide what to do based on what the update is.
1670-
* Once Facebook returns control to the game the plugin will emit an `update` or `upatefail` event.
1670+
* Once Facebook returns control to the game the plugin will emit an `update` or `updatefail` event.
16711671
*
16721672
* It makes an async call to the API, so the result isn't available immediately.
16731673
*
@@ -1705,7 +1705,7 @@ var FacebookInstantGamesPlugin = new Class({
17051705
/**
17061706
* Informs Facebook of a leaderboard update that occurred in the game.
17071707
* This will temporarily yield control to Facebook and Facebook will decide what to do based on what the update is.
1708-
* Once Facebook returns control to the game the plugin will emit an `update` or `upatefail` event.
1708+
* Once Facebook returns control to the game the plugin will emit an `update` or `updatefail` event.
17091709
*
17101710
* It makes an async call to the API, so the result isn't available immediately.
17111711
*

0 commit comments

Comments
 (0)