Skip to content

Commit

Permalink
edit grammar mistakes on quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlee committed Feb 16, 2017
1 parent 8d24844 commit 4970639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:`{<WorkDir>}/sample`.

Expand Down

0 comments on commit 4970639

Please sign in to comment.