diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc
index 823f91d7634d..9e532d827383 100644
--- a/docs/content/tutorial/index.ngdoc
+++ b/docs/content/tutorial/index.ngdoc
@@ -310,6 +310,13 @@ the [Java Development Kit (JDK)][jdk] to be installed on your local machine. Che
If JDK is not already installed, you can download it [here][jdk-download].
+
+**Errors running Protractor**
+
+If your console throws errors like "Failed: unknown error: call function result missing 'value'" when you run
+"npm run protractor" and you are running Chrome 65 or later, you might need to update the 'chromedriver' parameter to '2.37' in:
+/angular-phonecat/node_modules/protractor/node_modules/webdriver-manager/config.json
+
**Error running the web server**