diff --git a/get-started/faq/index.md b/get-started/faq/index.md index 5c7c1579..8aa20170 100644 --- a/get-started/faq/index.md +++ b/get-started/faq/index.md @@ -126,8 +126,8 @@ Fungibility is a simple property of money such that there are no differences bet </div> <div class="tab"> - <input id="tab-eleven" type="checkbox" name="tabs" class="accordian"> - <label for="tab-eleven" class="accordian">If Monero is so private how do we know they're not being created out of thin air?</label> + <input id="tab-eleven" type="checkbox" name="tabs" class="accordion"> + <label for="tab-eleven" class="accordion">If Monero is so private how do we know they're not being created out of thin air?</label> <div class="tab-content" markdown="1"> In Monero, every transaction output is uniquely associated with a key image that can only be generated by the holder of that output. Key images that are used more than once are rejected by the miners as double-spends and cannot be added to a valid block. When a new transaction is received, miners verify that the key image does not already exist for a previous transaction to ensure it's not a double-spend.