Skip to content

Commit 19ff487

Browse files
committed
Fix typo
1 parent dc8aa29 commit 19ff487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elm/Kernel/Browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ var _Browser_requestAnimationFrame_raw =
144144
// its `connectedCallback`, which happens synchronously. That causes
145145
// `update` to run while we’re in the middle of drawing, which then
146146
// causes another call to the returned function below. We can’t start
147-
// another draw while before the first one is finished.
147+
// another draw before the first one is finished.
148148
// Another thing you can do in `connectedCallback`, is to initialize
149149
// another Elm app. Even different app instances can conflict with each other,
150150
// since they all use the same `_VirtualDom_renderCount` variable.

0 commit comments

Comments
 (0)