Skip to content

Commit 098f36d

Browse files
authored
Merge pull request #5459 from eltociear/patch-3
Fix typo in dom.js
2 parents 42e91b0 + c77a087 commit 098f36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dom/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2761,7 +2761,7 @@ p5.MediaElement.prototype._setupAutoplayFailDetection = function() {
27612761
* videoElement = createVideo(['assets/small.mp4'], onVideoLoad);
27622762
* }
27632763
* function onVideoLoad() {
2764-
* // The media will not play untill some explicitly triggered.
2764+
* // The media will not play until some explicitly triggered.
27652765
* videoElement.autoplay(false);
27662766
* videoElement.volume(0);
27672767
* videoElement.size(100, 100);

0 commit comments

Comments
 (0)