Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter authored Feb 12, 2024
1 parent 89e47d6 commit 3842f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const WebAmp = ( props ) => {
} );

return () => {
// Hide the player instaed of destroying it. This allows the player
// Hide the player instead of destroying it. This allows the player
// to persist between previews and playlist modification.
const webampContainer = document.getElementById( 'webamp' );
if ( webampContainer ) {
Expand Down

0 comments on commit 3842f70

Please sign in to comment.