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.
1 parent dc8aa29 commit 19ff487Copy full SHA for 19ff487
src/Elm/Kernel/Browser.js
@@ -144,7 +144,7 @@ var _Browser_requestAnimationFrame_raw =
144
// its `connectedCallback`, which happens synchronously. That causes
145
// `update` to run while we’re in the middle of drawing, which then
146
// causes another call to the returned function below. We can’t start
147
-// another draw while before the first one is finished.
+// another draw before the first one is finished.
148
// Another thing you can do in `connectedCallback`, is to initialize
149
// another Elm app. Even different app instances can conflict with each other,
150
// since they all use the same `_VirtualDom_renderCount` variable.
0 commit comments