From a32078f85eaabe47d0abd4e8331d1d948bda2661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Chio?= Date: Sun, 2 Oct 2016 16:19:47 -0500 Subject: [PATCH] docs(DEVELOPER.md): fix typos on "Tests" section (#12029) --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index ac7e15f44f..2ce368ab81 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -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