diff --git a/understanding/22/redundant-entry.html b/understanding/22/redundant-entry.html
index 24e342a0b8..8c911a416f 100644
--- a/understanding/22/redundant-entry.html
+++ b/understanding/22/redundant-entry.html
@@ -72,6 +72,7 @@
Examples of Redundant Entry
- A form requests the user’s corporate identification number (ID) in the first step of a process to purchase a new computer. In the 3rd step the user is asked to confirm that the computer will belong to the user (rather than a colleague), and re-shows the ID. It allows the user to change the ID, but defaults to the previously entered one.
- A form on an e-commerce website allows the user to confirm that the billing address and delivery address are the same address.
+ - A user submits a checkout form with an incorrect credit card number in it. The form updates, showing an error message, and doesn't clear any of the completed form fields.
- A search results page pre-fills the search input with the previously entered search term in the same process.