From 6b58445afaf977efc94249498c1efe3ea65aa5d5 Mon Sep 17 00:00:00 2001 From: Jumpei Uoshima Date: Wed, 15 Jul 2015 10:37:17 +0900 Subject: [PATCH] Adds Horizon Doc modification. Fixes bug 1474177. -- It is worng to use "./run_test.sh --karma" to test code style. It should be "./run_test.sh --eslint". -- Change-Id: Ic75e231f5a358e468ef98b640471bcd70502fae8 --- doc/source/ref/run_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ref/run_tests.rst b/doc/source/ref/run_tests.rst index f207b08c1e..1823aeb892 100644 --- a/doc/source/ref/run_tests.rst +++ b/doc/source/ref/run_tests.rst @@ -170,7 +170,7 @@ common errors that may create unexpected behavior. To run eslint for Horizon and Dashboard using the `run_tests.sh` script:: - ./run_tests.sh --karma + ./run_tests.sh --eslint To run eslint for Horizon and Dashboard using `npm`::