Skip to content

Commit

Permalink
Merge pull request #5459 from eltociear/patch-3
Browse files Browse the repository at this point in the history
Fix typo in dom.js
  • Loading branch information
limzykenneth authored Oct 25, 2021
2 parents 42e91b0 + c77a087 commit 098f36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -2761,7 +2761,7 @@ p5.MediaElement.prototype._setupAutoplayFailDetection = function() {
* videoElement = createVideo(['assets/small.mp4'], onVideoLoad);
* }
* function onVideoLoad() {
* // The media will not play untill some explicitly triggered.
* // The media will not play until some explicitly triggered.
* videoElement.autoplay(false);
* videoElement.volume(0);
* videoElement.size(100, 100);
Expand Down

0 comments on commit 098f36d

Please sign in to comment.