diff --git a/docs/source/CLI-vs-IDE.rst b/docs/source/CLI-vs-IDE.rst
index b5b2b61965..0b58c86c88 100644
--- a/docs/source/CLI-vs-IDE.rst
+++ b/docs/source/CLI-vs-IDE.rst
@@ -54,7 +54,7 @@ Debugging
Tasks and processes that are run directly via the IDE (including via the usage of the ``driver`` DSL) can be remotely debugged.
We do not have java debugging currently enabled in the ``runnodes`` scripts generated by a process we refer to as 'cordformation'
- but we will be implementing that shortly.
+but we will be implementing that shortly.
Via the IDE
***********
diff --git a/docs/source/running-the-demos.rst b/docs/source/running-the-demos.rst
index 1ce9ddc636..a1a3939591 100644
--- a/docs/source/running-the-demos.rst
+++ b/docs/source/running-the-demos.rst
@@ -244,6 +244,6 @@ Then (for both)
6. On the "Agree Valuations" tab, click the "Start Calculations" button.
-Additionally, you can confirm that these trades are not visible from `Bank C's node`_.
+Additionally, you can confirm that these trades are not visible from `Bank C's node `_.
Please note that any URL text after `simmvaluationdemo` should not be bookmarked or navigated directly to as they are only for aesthetics.
\ No newline at end of file
diff --git a/docs/source/tutorial-clientrpc-api.rst b/docs/source/tutorial-clientrpc-api.rst
index ab290b3277..a4cdcd85bd 100644
--- a/docs/source/tutorial-clientrpc-api.rst
+++ b/docs/source/tutorial-clientrpc-api.rst
@@ -148,5 +148,5 @@ You can then deploy and launch the nodes (Notary and Alice) as follows:
./docs/source/example-code/build/install/docs/source/example-code/bin/client-rpc-tutorial Print
./docs/source/example-code/build/install/docs/source/example-code/bin/client-rpc-tutorial Visualise
-See more on security in :doc:`secure-coding-guidelines`, node configuration in :doc:`corda-configuration-files` and
+See more on security in :doc:`secure-coding-guidelines`, node configuration in :doc:`corda-configuration-file` and
Cordformation in :doc:`creating-a-cordapp`
diff --git a/docs/source/tutorial-cordapp.rst b/docs/source/tutorial-cordapp.rst
index da68ea5ac0..2097ac4267 100644
--- a/docs/source/tutorial-cordapp.rst
+++ b/docs/source/tutorial-cordapp.rst
@@ -227,8 +227,8 @@ see all available Gradle tasks.
* For the Corda repo there will be many project listed, the root project ``corda`` and associated sub-projects: ``core``,
``finance``, ``node``, etc.
-.. nate:: It's worth noting that when you change branch in the CorDapp template, the ``corda_version`` will change to
- reflect the version of the branch you are working from.
+.. note:: It's worth noting that when you change branch in the CorDapp template, the ``corda_version`` will change to
+ reflect the version of the branch you are working from.
To execute a task, double click it. The output will be shown in a console window.
@@ -246,11 +246,11 @@ Unix/Mac OSX: ``./gradlew deployNodes``
Windows: ``gradlew.bat deployNodes``
Building straight away will build the example CorDapp defined the the CorDapp template source. For more information on the example
-CorDapp see, `the Example CorDapp`_ section, below. Gradle will then grab all the dependencies for you and build the
+CorDapp see "The Example CorDapp" section below. Gradle will then grab all the dependencies for you and build the
example CorDapp.
The ``deployNodes`` Gradle task allows you easily create a formation of Corda nodes. In the case of the example CorDapp
-we are creating `four` nodes.
+we are creating ``four`` nodes.
After the building process has finished to see the newly built nodes, you can navigate to the ``/build/nodes`` folder
located in the ``cordapp-template`` root directory. You can ignore the other folders in ``/build`` for now. The ``nodes``
@@ -286,7 +286,7 @@ There will be one folder generated for each node you build (more on later when w
``deployNodes`` Gradle task) and a ``runnodes`` shell script (batch file on Widnows).
Each node folder contains the Corda JAR, a folder for dependencies and a folder for plugins (or CorDapps). There is also
-a node.conf file. See :doc:`Corda configuration files `.
+a node.conf file. See :doc:`Corda configuration files `.
**Building from IntelliJ**
@@ -802,10 +802,10 @@ Re-Deploying Your Nodes Locally
-------------------------------
If you need to create any additional nodes you can do it via the ``build.gradle`` file as discussed above in
-``the build.gradle file``_ and in more detail in the :ref:`cordFormation ` section.
+``the build.gradle file`` and in more detail in the "cordFormation" section.
You may also wish to edit the ``/build/nodes//node.conf`` files for your nodes. For more information on
-doing this, see the :doc:`Corda configuration file ` page.
+doing this, see the :doc:`Corda configuration file ` page.
Once you have made some changes to your CorDapp you can redeploy it with the following command: