diff --git a/_includes/devdoc/dash-core/rest/requests/get_block-notxdetails.md b/_includes/devdoc/dash-core/rest/requests/get_block-notxdetails.md
index b9ca84ac..064208ca 100644
--- a/_includes/devdoc/dash-core/rest/requests/get_block-notxdetails.md
+++ b/_includes/devdoc/dash-core/rest/requests/get_block-notxdetails.md
@@ -180,7 +180,7 @@ Get the same block in JSON:
curl http://localhost:19998/rest/block/notxdetails/0000000000ccbf46cf6b78827ac1019f82598be839bce08bff00d188e75fb451.json
{% endhighlight %}
-Result (whitespaced added):
+Result (whitespace added):
{% highlight json %}
{
diff --git a/_includes/devdoc/dash-core/rest/requests/get_block.md b/_includes/devdoc/dash-core/rest/requests/get_block.md
index 31d2e389..6abffeb3 100644
--- a/_includes/devdoc/dash-core/rest/requests/get_block.md
+++ b/_includes/devdoc/dash-core/rest/requests/get_block.md
@@ -184,7 +184,7 @@ Get the same block in JSON:
curl http://localhost:19998/rest/block/0000000000ccbf46cf6b78827ac1019f82598be839bce08bff00d188e75fb451.json
{% endhighlight %}
-Result (whitespaced added):
+Result (whitespace added):
{% highlight json %}
{
diff --git a/_includes/devdoc/dash-core/rest/requests/get_chaininfo.md b/_includes/devdoc/dash-core/rest/requests/get_chaininfo.md
index 0c4094d5..6a340422 100644
--- a/_includes/devdoc/dash-core/rest/requests/get_chaininfo.md
+++ b/_includes/devdoc/dash-core/rest/requests/get_chaininfo.md
@@ -191,7 +191,7 @@ Get blockchain info in JSON:
curl http://localhost:19998/rest/chaininfo.json
{% endhighlight %}
-Result (whitespaced added):
+Result (whitespace added):
{% highlight json %}
{
diff --git a/_includes/devdoc/dash-core/rest/requests/get_getutxos.md b/_includes/devdoc/dash-core/rest/requests/get_getutxos.md
index 4385bb09..6f0b776d 100644
--- a/_includes/devdoc/dash-core/rest/requests/get_getutxos.md
+++ b/_includes/devdoc/dash-core/rest/requests/get_getutxos.md
@@ -156,7 +156,7 @@ Same request in JSON:
curl http://localhost:19998/rest/getutxos/checkmempool/7b6caf68c33794b0bda65e63691739919f13156b57c7ec20a0b4de1f33c580bd-0.json
{% endhighlight %}
-Result (whitespaced added):
+Result (whitespace added):
{% highlight json %}
{
diff --git a/_includes/devdoc/dash-core/rest/requests/get_headers.md b/_includes/devdoc/dash-core/rest/requests/get_headers.md
index 4381a859..71317d84 100644
--- a/_includes/devdoc/dash-core/rest/requests/get_headers.md
+++ b/_includes/devdoc/dash-core/rest/requests/get_headers.md
@@ -153,7 +153,7 @@ Get the same block headers in JSON:
curl http://localhost:19998/rest/headers/2/0000000000ccbf46cf6b78827ac1019f82598be839bce08bff00d188e75fb451.json
{% endhighlight %}
-Result (whitespaced added):
+Result (whitespace added):
{% highlight json %}
[
diff --git a/_includes/devdoc/dash-core/rest/requests/get_mempool-contents.md b/_includes/devdoc/dash-core/rest/requests/get_mempool-contents.md
index fb0dde35..421d8f54 100644
--- a/_includes/devdoc/dash-core/rest/requests/get_mempool-contents.md
+++ b/_includes/devdoc/dash-core/rest/requests/get_mempool-contents.md
@@ -121,7 +121,7 @@ Get all transactions in the memory pool in JSON:
curl http://localhost:19998/rest/mempool/contents.json
{% endhighlight %}
-Result (whitespaced added):
+Result (whitespace added):
{% highlight json %}
{
diff --git a/_includes/devdoc/dash-core/rest/requests/get_mempool-info.md b/_includes/devdoc/dash-core/rest/requests/get_mempool-info.md
index bc4e903c..2b429a62 100644
--- a/_includes/devdoc/dash-core/rest/requests/get_mempool-info.md
+++ b/_includes/devdoc/dash-core/rest/requests/get_mempool-info.md
@@ -64,7 +64,7 @@ Get memory pool info in JSON:
curl http://localhost:19998/rest/mempool/info.json
{% endhighlight %}
-Result (whitespaced added):
+Result (whitespace added):
{% highlight json %}
{
diff --git a/_includes/devdoc/dash-core/rest/requests/get_tx.md b/_includes/devdoc/dash-core/rest/requests/get_tx.md
index 5531b09b..d40baffe 100644
--- a/_includes/devdoc/dash-core/rest/requests/get_tx.md
+++ b/_includes/devdoc/dash-core/rest/requests/get_tx.md
@@ -106,7 +106,7 @@ Get the same transaction in JSON:
curl http://localhost:19998/rest/tx/b06edec446fbcc0fc04a6e2774a843823f5238c2e15de40e61767a44f6788d32.json
{% endhighlight %}
-Result (whitespaced added):
+Result (whitespace added):
{% highlight json %}
{
diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getaddednodeinfo.md b/_includes/devdoc/dash-core/rpcs/rpcs/getaddednodeinfo.md
index e6a88341..ca655507 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/getaddednodeinfo.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/getaddednodeinfo.md
@@ -58,7 +58,7 @@ The `getaddednodeinfo` RPC {{summary_getAddedNodeInfo}}
- n: "→ →
`addresses`"
t: "array"
- p: "Requred
(exactly 1)"
+ p: "Required
(exactly 1)"
d: "This will be an array of addresses belonging to the added node"
- n: "→ → →
Address"
diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getblockchaininfo.md b/_includes/devdoc/dash-core/rpcs/rpcs/getblockchaininfo.md
index d22dbb99..9c34de4a 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/getblockchaininfo.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/getblockchaininfo.md
@@ -156,7 +156,7 @@ The `getblockchaininfo` RPC {{summary_getBlockChainInfo}}
- n: "→ → →
`status`"
t: "string"
p: "Required
(exactly 1)"
- d: "Set to one of the following reasons:
• `defined` if voting hasn't started yet
• `started` if the voting has started
• `locked_in` if the voting was successful but the softfort hasn't been activated yet
• `active` if the softfork was activated
• `failed` if the softfork has not receieved enough votes"
+ d: "Set to one of the following reasons:
• `defined` if voting hasn't started yet
• `started` if the voting has started
• `locked_in` if the voting was successful but the softfork hasn't been activated yet
• `active` if the softfork was activated
• `failed` if the softfork has not receieved enough votes"
- n: "→ → →
`bit`"
t: "numeric
(int)"
diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getnettotals.md b/_includes/devdoc/dash-core/rpcs/rpcs/getnettotals.md
index ed3f2615..745441a1 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/getnettotals.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/getnettotals.md
@@ -41,7 +41,7 @@ The `getnettotals` RPC {{summary_getNetTotals}}
- n: "→
`uploadtarget`"
t: "string :
object"
p: "Required
(exactly 1)"
- d: "The upload traget information"
+ d: "The upload target information"
- n: "→ →
`timeframe`"
t: "number (int)"
diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/gettransaction.md b/_includes/devdoc/dash-core/rpcs/rpcs/gettransaction.md
index fd2d9d9e..33f3d723 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/gettransaction.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/gettransaction.md
@@ -87,7 +87,7 @@ The `gettransaction` RPC {{summary_getTransaction}}
- n: "→ →
`category`"
t: "string"
p: "Required
(exactly 1)"
- d: "Set to one of the following values:
• `send` if sending payment normally
• `privatesend` if sending PrivateSent payment
• `receive` if this wallet received payment in a regular transaction
• `generate` if a matured and spendable coinbase
• `immature` if a coinbase that is not spendable yet
• `orphan` if a coinbase from a block that's not in the local best block chain"
+ d: "Set to one of the following values:
• `send` if sending payment normally
• `privatesend` if sending PrivateSend payment
• `receive` if this wallet received payment in a regular transaction
• `generate` if a matured and spendable coinbase
• `immature` if a coinbase that is not spendable yet
• `orphan` if a coinbase from a block that's not in the local best block chain"
- n: "→ →
`amount`"
t: "number (dash)"
diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/listtransactions.md b/_includes/devdoc/dash-core/rpcs/rpcs/listtransactions.md
index 111e8eb3..a2a8aacc 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/listtransactions.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/listtransactions.md
@@ -23,7 +23,7 @@ The `listtransactions` RPC {{summary_listTransactions}}
- n: "Account"
t: "string"
p: "Optional
(0 or 1)"
- d: "*Deprecated: will be removed in a later version of Dash Core*
The name of an account to get transactinos from. Use an empty string (\"\") to get transactions for the default account. Default is `*` to get transactions for all accounts."
+ d: "*Deprecated: will be removed in a later version of Dash Core*
The name of an account to get transactions from. Use an empty string (\"\") to get transactions for the default account. Default is `*` to get transactions for all accounts."
{% enditemplate %}
diff --git a/_includes/devdoc/example_p2p_networking.md b/_includes/devdoc/example_p2p_networking.md
index 96212bbc..afe98c54 100644
--- a/_includes/devdoc/example_p2p_networking.md
+++ b/_includes/devdoc/example_p2p_networking.md
@@ -339,7 +339,7 @@ send("filterload",
{% endhighlight %}
We set a bloom filter with the `filterload` message. This filter is
-described in the two preceeding sections.
+described in the two preceding sections.
{% highlight python %}
send("getdata",
diff --git a/_includes/helpers/vars.md b/_includes/helpers/vars.md
index cb00af2a..5be65729 100644
--- a/_includes/helpers/vars.md
+++ b/_includes/helpers/vars.md
@@ -22,7 +22,7 @@ http://opensource.org/licenses/MIT.
- n: "{{DEPTH}}
`category`"
t: "string"
p: "Required
(exactly 1)"
- d: "Set to one of the following values:
• `send` if sending payment normally
• `privatesend` if sending PrivateSent payment
• `receive` if this wallet received payment in a regular transaction
• `generate` if a matured and spendable coinbase
• `immature` if a coinbase that is not spendable yet
• `orphan` if a coinbase from a block that's not in the local best block chain"
+ d: "Set to one of the following values:
• `send` if sending payment normally
• `privatesend` if sending PrivateSend payment
• `receive` if this wallet received payment in a regular transaction
• `generate` if a matured and spendable coinbase
• `immature` if a coinbase that is not spendable yet
• `orphan` if a coinbase from a block that's not in the local best block chain"
- n: "{{DEPTH}}
`amount`"
t: "number (dash)"