diff --git a/bip-taproot.mediawiki b/bip-taproot.mediawiki
index ba8d0483..d3e22220 100644
--- a/bip-taproot.mediawiki
+++ b/bip-taproot.mediawiki
@@ -114,7 +114,7 @@ The following use of hash_type are invalid, and fail execution:
As the message for signature verification, transaction digest is ''hashTapSighash'' of the following values (size in byte) serialized. Numerical values in 2, 4, or 8-byte are encoded in little-endian.
* Control:
-** epoch (1): always 0. ['''What's the purpose of the epoch?''' The ]epoch can be increased to allow securely creating a new transaction digest algorithm with large changes to the structure or interpretation of hash_type if needed.
+** epoch (1): always 0. ['''What's the purpose of the epoch?''' The ]epoch can be increased to allow securely creating new transaction digest algorithms with large changes to the structure or interpretation of hash_type if needed.
** hash_type (1).
* Transaction data:
** nVersion (4): the nVersion of the transaction.