File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments