We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42e91b0 + c77a087 commit 098f36dCopy full SHA for 098f36d
src/dom/dom.js
@@ -2761,7 +2761,7 @@ p5.MediaElement.prototype._setupAutoplayFailDetection = function() {
2761
* videoElement = createVideo(['assets/small.mp4'], onVideoLoad);
2762
* }
2763
* function onVideoLoad() {
2764
- * // The media will not play untill some explicitly triggered.
+ * // The media will not play until some explicitly triggered.
2765
* videoElement.autoplay(false);
2766
* videoElement.volume(0);
2767
* videoElement.size(100, 100);
0 commit comments