docs(DEVELOPER.md): fix typos on "Tests" section (#12029)

This commit is contained in:
José Antonio Chio 2016-10-02 16:19:47 -05:00 committed by Chuck Jazdzewski
parent decd129a4d
commit a32078f85e
1 changed files with 1 additions and 1 deletions

View File

@ -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