Skip to content

Commit afcc49f

Browse files
alan-agius4clydin
authored andcommitted
docs: improve grammar in e2e section
Minor grammar fix. Co-authored-by: Charles <[email protected]>
1 parent 6bc23e8 commit afcc49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DEVELOPER.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can find more info about debugging [tests with Bazel in the docs.](https://g
8888
- For a complete list of test targets use the following Bazel query: `yarn bazel query "tests(//tests/...)"`
8989
- Run a subset of the tests: `yarn bazel test //tests/legacy-cli:e2e_node16 --test_filter="tests/i18n/ivy-localize-*"`
9090
- Use `bazel run` to debug failing tests debugging: `yarn bazel run //tests/legacy-cli:e2e_node16 --test_arg="--glob=tests/basic/aot.ts"`
91-
- Provide additional `e2e_runner` using `--test_arg`: `--test_arg="--yarn"`
91+
- Provide additional `e2e_runner` options using `--test_arg`: `--test_arg="--yarn"`
9292

9393
When running the debug commands, Node will stop and wait for a debugger to attach.
9494
You can attach your IDE to the debugger to stop on breakpoints and step through the code. Also, see [IDE Specific Usage](#ide-specific-usage) for a

0 commit comments

Comments
 (0)