Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit a785652

Browse files
committed
Fix typo
1 parent 8a90f30 commit a785652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-reps/src/object-inspector/tests/test-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function waitForDispatch(store: Object, type: string) {
6868
}
6969

7070
/**
71-
* Wait until the condition evaluates to something truethy
71+
* Wait until the condition evaluates to something truthy
7272
* @param {function} condition: function that we need for returning something truthy.
7373
* @param {int} interval: Time to wait before trying to evaluate condition again
7474
* @param {int} maxTries: Number of evaluation to try.

0 commit comments

Comments
 (0)