From 3f67d1f8d37f031d153d734052dec0ae9d71c240 Mon Sep 17 00:00:00 2001 From: Emily Wenberg Date: Sat, 20 Feb 2016 14:16:53 -0800 Subject: [PATCH] Fix another typo in contributing doc Fixes #6289 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cfcf652f0919a..41428ec944565 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,7 +139,7 @@ The task above takes a little time to start the servers. You can also start the #### 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: