Skip to content
Snippets Groups Projects
Unverified Commit 65358b06 authored by Natalie Weizenbaum's avatar Natalie Weizenbaum Committed by GitHub
Browse files

Fix a typo (#744)

parent 948fe28b
No related branches found
No related tags found
No related merge requests found
......@@ -395,7 +395,7 @@ class Invoker {
// has a chance to hit its event handler(s) before the test produces
// an error. If an error is emitted before the first state change is
// handled, we can end up with [onError] callbacks firing before the
// corresponding [onStateChkange], which violates the timing
// corresponding [onStateChange], which violates the timing
// guarantees.
//
// Using [new Future] also avoids starving the DOM or other
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment