From 4970639793830963ccc9f8fc95b0cc8264b438d8 Mon Sep 17 00:00:00 2001 From: Thomas Lee Date: Thu, 16 Feb 2017 19:53:21 +0800 Subject: [PATCH] edit grammar mistakes on quickstart --- docs/source/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 500c722..3c58fa9 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -41,7 +41,7 @@ Preparation java -version - If above command fail to run, please try to set environment variable :envvar:`JAVA_HOME` to the directory where Java is installed. On Ubuntu, you may use the following command to locate the Java home directory, e.g., :file:`/usr/lib/jvm/java-8-openjdk-amd64`. + If the above command fails to run, please try to set environment variable :envvar:`JAVA_HOME` to the directory where Java is installed. On Ubuntu, you may use the following command to locate the Java home directory, e.g., :file:`/usr/lib/jvm/java-8-openjdk-amd64`. .. code-block:: sh @@ -69,7 +69,7 @@ Preparation java -version - If above command fail to run, please try to set environment variable :envvar:`JAVA_HOME` to the directory where Java is installed. + If the above command fails to run, please try to set environment variable :envvar:`JAVA_HOME` to the directory where Java is installed. #. Download and extract the :download:`Hermes simple clients <_static/Hermes_client_sample.zip>` to a working directory :file:`{}/sample`.