Skip to content

Commit cf27fe0

Browse files
authored
fix typo in the DEVELOPMENT.md (#6815)
## Motivation for features / changes Fix a typo `ibazle` to `ibazel` ## Technical description of changes Fix a typo `ibazle` to `ibazel` ## Screenshots of UI changes (or N/A) N/A ## Detailed steps to verify changes work correctly (as executed by you) N/A ## Alternate designs / implementations considered (or N/A) N/A
1 parent e795312 commit cf27fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ bazel build third_party/chromium
169169

170170
### Debugging Angular UI Tests Locally
171171

172-
Here is a short summary of the various commands and their primary function. Please see below for more details. We recommand using `ibazle test` for regular work and `bazel run` for deep dive debugging.
172+
Here is a short summary of the various commands and their primary function. Please see below for more details. We recommand using `ibazel test` for regular work and `bazel run` for deep dive debugging.
173173

174174
- `bazel test/run`: runs tests once and done.
175175
- `ibazel test`: supports file watching.
176-
- `ibazle run`: provides karma console breakpoint debugging; does not support file watching.
176+
- `ibazel run`: provides karma console breakpoint debugging; does not support file watching.
177177
- Both `ibazel test` and `ibazel run` supports `console.log` and `fit/fdescribe`, which are used to narrow down the test amount.
178178

179179
1. Just run all webapp tests. The job stops after finished. `console.log` is not

0 commit comments

Comments
 (0)