mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(DEVELOPER.md): fix typos on "Tests" section (#12029)
This commit is contained in:
parent
decd129a4d
commit
a32078f85e
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ You should execute the 3 test suites before submitting a PR to github.
|
|||
All the tests are executed on our Continuous Integration infrastructure and a PR could only be merged once the tests pass.
|
||||
|
||||
- CircleCI fails if your code is not formatted properly,
|
||||
- Travis CI fails if any of the test suite describe above fails.
|
||||
- Travis CI fails if any of the test suites described above fails.
|
||||
|
||||
## Update the public API tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue