diff --git a/docs/api/item.md b/docs/api/item.md
index 16df7d28462..cc15d8b6265 100644
--- a/docs/api/item.md
+++ b/docs/api/item.md
@@ -47,7 +47,7 @@ If a visual is required to interact with the item, such as an icon button, then
doText="Align visuals on the same side in a list"
doNotText="Don't render visuals with different alignments in the same list"
doImage={
}
- doNotImage={
}
+ doNotImage={
}
/>
In the example below, we are creating two lists with supporting visuals. The first list uses icons, and the second list uses avatars. The visuals are decorative, so they all have `aria-hidden="true"`. Additionally, they are presented consistently in the `start` slot.
@@ -65,7 +65,7 @@ The text content type includes form control labels or other visible text. This t
doText="Move long text outside of the list"
doNotText="Don't try to fit long text in an item"
doImage={
}
- doNotImage={
}
+ doNotImage={
}
/>
In the example below, we are creating a list with different types of text. The "First Name" and "Last Name" labels serve to indicate what to type into the text inputs.
@@ -87,7 +87,7 @@ Metadata provides additional context for an item such as status text or counts.
doText="Add only the most important metadata"
doNotText="Don't add too much metadata as it can overwhelm or confuse the user."
doImage={
}
- doNotImage={
}
+ doNotImage={
}
/>
}
- doNotImage={
}
+ doNotImage={
}
/>
In the example below, we are creating a list of contacts. Each item is a stubbed button intended to bring you to the full contact page for that item. There are additional actions associated with each item that users can reveal by swiping on the item.
@@ -135,7 +135,7 @@ Controls are form components such as checkboxes, inputs, radios, and more. Each
doText="Place inputs with metadata outside of the list."
doNotText="Don't put metadata for inputs in the list."
doImage={
}
- doNotImage={
}
+ doNotImage={
}
/>
}
- doNotImage={
}
+ doNotImage={
}
/>
}
- doNotImage={
}
+ doNotImage={
}
/>
In the example below, we are creating a list of to-do tasks. Each item has a checkbox and an input. The checkbox lets the user mark a task as complete, and the input lets the user change the name of the task.
diff --git a/static/img/item/actions-dont.jpg b/static/img/item/actions-do-not.jpg
similarity index 100%
rename from static/img/item/actions-dont.jpg
rename to static/img/item/actions-do-not.jpg
diff --git a/static/img/item/controls-count-dont.jpg b/static/img/item/controls-count-do-not.jpg
similarity index 100%
rename from static/img/item/controls-count-dont.jpg
rename to static/img/item/controls-count-do-not.jpg
diff --git a/static/img/item/controls-metadata-dont.jpg b/static/img/item/controls-metadata-do-not.jpg
similarity index 100%
rename from static/img/item/controls-metadata-dont.jpg
rename to static/img/item/controls-metadata-do-not.jpg
diff --git a/static/img/item/controls-metadata-list-dont.jpg b/static/img/item/controls-metadata-list-do-not.jpg
similarity index 100%
rename from static/img/item/controls-metadata-list-dont.jpg
rename to static/img/item/controls-metadata-list-do-not.jpg
diff --git a/static/img/item/long-text-dont.jpg b/static/img/item/long-text-do-not.jpg
similarity index 100%
rename from static/img/item/long-text-dont.jpg
rename to static/img/item/long-text-do-not.jpg
diff --git a/static/img/item/metadata-relevant-dont.jpg b/static/img/item/metadata-relevant-do-not.jpg
similarity index 100%
rename from static/img/item/metadata-relevant-dont.jpg
rename to static/img/item/metadata-relevant-do-not.jpg
diff --git a/static/img/item/visuals-dont.jpg b/static/img/item/visuals-do-not.jpg
similarity index 100%
rename from static/img/item/visuals-dont.jpg
rename to static/img/item/visuals-do-not.jpg