Skip to content

Commit

Permalink
Fix typo in code section (#1797)
Browse files Browse the repository at this point in the history
" member" instead of "memeber".
  • Loading branch information
DenrizSusam authored and theodab committed Feb 7, 2019
1 parent 5ace6c7 commit f4f23fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/ui-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ myapp.SkipButton = class extends shaka.ui.Element {
let nextManifest = /* Your logic to pick the next video to be played */
myapp.getNextManifest();

// shaka.ui.Element gives us access to the player object as memeber of the class
// shaka.ui.Element gives us access to the player object as member of the class
this.player.load(nextManifest);
});
}
Expand Down

0 comments on commit f4f23fa

Please sign in to comment.