Skip to content

Commit cf6caf4

Browse files
bmuenzenmeyerTimer
authored andcommitted
Fix typo in e2e-simple.sh comment (#4323)
1 parent bf3d73c commit cf6caf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e-simple.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ exists build/static/css/*.css
274274
exists build/static/media/*.svg
275275
exists build/favicon.ico
276276

277-
# Run tests, overring the watch option to disable it.
277+
# Run tests, overriding the watch option to disable it.
278278
# `CI=true yarn test` won't work here because `yarn test` becomes just `jest`.
279279
# We should either teach Jest to respect CI env variable, or make
280280
# `scripts/test.js` survive ejection (right now it doesn't).

0 commit comments

Comments
 (0)