diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md b/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md
index b4c384dc..891f25fc 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md
@@ -99,32 +99,32 @@ information, please see the following resources:
- n: "→
`transactions`"
t: "array (objects)"
p: "Optional
(0 or more)"
- d: "The contents of non-coinbase transactions that should be included in the next block"
+ d: "Non-coinbase transactions to be included in the next block"
- n: "→ →
Transaction"
t: "object"
p: "Optional (0 or more)"
- d: "Object containing a non-coinbase transaction to include in the next block"
+ d: "Non-coinbase transaction"
- n: "→ → →
`data`"
t: "string (hex)"
p: "Optional (0 or more)"
- d: "The transaction data encoded in hexadecimal (byte-for-byte)"
+ d: "Transaction data encoded in hex (byte-for-byte)"
- n: "→ → →
`hash`"
t: "string (hex)"
p: "Optional (0 or more)"
- d: "The hash/id encoded in little-endian hexadecimal"
+ d: "The hash/id encoded in little-endian hex"
- n: "→ → →
`depends`"
t: "array (numbers)"
p: "Required
(0 or more)"
- d: "An array holding TXIDs of unconfirmed transactions this transaction depends upon (parent transactions)."
+ d: "An array holding TXIDs of unconfirmed transactions this TX depends upon (parent transactions)."
- n: "→ → → →
Transaction number"
t: "number"
p: "Optional
(1 or more)"
- d: "The transactions before this one (by 1-based index in 'transactions' list) that must be present in the final block if this one is"
+ d: "Transactions before this one (by 1-based index in `transactions` list) that must be present in the final block if this one is"
- n: "→ → →
`fee`"
t: "number"
@@ -134,7 +134,7 @@ information, please see the following resources:
- n: "→ → →
`sigops`"
t: "number"
p: "Required
(exactly 1)"
- d: "The total number of SigOps. If key not present, the count is unknown and clients MUST NOT assume there aren't any"
+ d: "Total SigOps. If not present, the count is unknown (clients MUST NOT assume there aren't any)"
- n: "→ → →
`required`"
t: "boolean"
diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/setgenerate.md b/_includes/devdoc/dash-core/rpcs/rpcs/setgenerate.md
index 2434e052..7b8bcdf4 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/setgenerate.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/setgenerate.md
@@ -37,7 +37,6 @@ The `setgenerate` RPC {{summary_setGenerate}}
{% enditemplate %}
-
*Result---the generated block header hashes*
{% itemplate ntpd1 %}
@@ -50,7 +49,7 @@ The `setgenerate` RPC {{summary_setGenerate}}
*Example from Dash Core 0.12.2*
-Using regtest mode, generate 2 blocks:
+Enable generation using 1 processor:
{% highlight bash %}
dash-cli -testnet setgenerate 1