diff --git a/full/source.html b/full/source.html
index 50d6636..544d8a2 100644
--- a/full/source.html
+++ b/full/source.html
@@ -118,7 +118,7 @@
} );
/**
- * Subscribing to luna:pause event – the playable must resume rendering and sound playaback.
+ * Subscribing to luna:resume event – the playable must resume rendering and sound playaback.
*/
window.addEventListener( 'luna:resume', function () {
log( 'Playable needs to be resumed' );
@@ -134,4 +134,4 @@
}