diff --git a/bip-0443.mediawiki b/bip-0443.mediawiki
index 620336e9..97f42fe1 100644
--- a/bip-0443.mediawiki
+++ b/bip-0443.mediawiki
@@ -38,7 +38,7 @@ This document is licensed under the 3-clause BSD license.
The ability to constrain the future of coins beyond what is possible with presigned transactions is at the core of
numerous attempts to improve bitcoin. Some of the proposed applications include:
-* UTXO sharing schemes like Ark, CoinPools, Timeout Trees, etc. use various types of output restrictions in order to enable multiple parties to share the control of a UTXO, while ensuring that each participant controls their own `balance.
+* UTXO sharing schemes like Ark, CoinPools, Timeout Trees, etc. use various types of output restrictions in order to enable multiple parties to share the control of a UTXO, while ensuring that each participant controls their own balance.
* OP_VAULT[[bip-0345.mediawiki|BIP-345]] is a proposed opcode to implement a 2-step withdrawal process, enabling on-chain reactive security.
* OP_CHECKTEMPLATEVERIFY[[bip-119.mediawiki|BIP-114]] is a long-proposed opcode to constrain a transaction to a ''template'' with a fixed set of outputs.
* Sidechains and rollups could be implemented via a UTXO encumbered with a recursive covenant, updating the sidechain state root every time it is spent.
@@ -135,10 +135,10 @@ The tapscript opcode OP_SUCCESS187 (0xbb) is constrain
OP_CHECKCONTRACTVERIFY.
When evaluating OP_CHECKCONTRACTVERIFY (OP_SUCCESS187,
-0xbb), the expected format of the stack, shown bottom to top, is:
+0xbb), the expected format of the stack, shown bottom-to-top, is:
-
+
where:
@@ -462,4 +462,4 @@ without upgrade except for mining and block validation.
== Acknowledgements ==
-TODO
\ No newline at end of file
+TODO