Merge pull request #4446 from krzysztof-grzybek/fb-plugin-loadplayerphoto-docs-fix

add missing apostrophe
This commit is contained in:
Richard Davey 2019-04-05 16:22:41 +01:00 committed by GitHub
commit 3d2d9d56e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -667,7 +667,7 @@ var FacebookInstantGamesPlugin = new Class({
*
* ```javascript
* this.facebook.loadPlayerPhoto(this, 'player').once('photocomplete', function (key) {
* this.add.image(x, y, 'player);
* this.add.image(x, y, 'player');
* }, this);
* ```
*