From 7b3403432fba9db1190d75ca2773da4d4c4f97c6 Mon Sep 17 00:00:00 2001 From: pharkare Date: Sun, 25 Sep 2016 21:09:24 -0400 Subject: [PATCH] Fixed spelling error for word 'standalone' --- docs/content/tutorial/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index e17cae45c61c..1dc745f21b75 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -304,7 +304,7 @@ In that case, you can delete the `node_modules/` directory and run `npm install`
**Protractor dependencies** -Under the hood, Protractor uses the [Selenium Stadalone Server][selenium], which in turn requires +Under the hood, Protractor uses the [Selenium Standalone Server][selenium], which in turn requires the [Java Development Kit (JDK)][jdk] to be installed on your local machine. Check this by running `java -version` from the command line.