Fix another typo in contributing doc

This commit is contained in:
Emily Wenberg 2016-02-20 14:16:53 -08:00
parent fe82f04ba6
commit 136bafaa91

View file

@ -185,7 +185,7 @@ To run the functional UI tests use the following commands
#### Running tests locally with your existing (and already running) ElasticSearch, Kibana, and Selenium Server:
Set your es and kibana ports in `test/intern.js` to 9220 and 5620, respecitively. You can configure your Selenium server to run the tests on Chrome,IE, or other browsers here.
Set your es and kibana ports in `test/intern.js` to 9220 and 5620, respectively. You can configure your Selenium server to run the tests on Chrome,IE, or other browsers here.
Once you've got the services running, execute the following: