From 92303a04bbd37dc4798e4771f29504ece6c17904 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Thu, 14 Apr 2022 18:50:39 -1000 Subject: [PATCH] docs: fix typo --- messages/alt-must-be-an-empty-string.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/alt-must-be-an-empty-string.md b/messages/alt-must-be-an-empty-string.md index 93f3c83..814e881 100644 --- a/messages/alt-must-be-an-empty-string.md +++ b/messages/alt-must-be-an-empty-string.md @@ -17,7 +17,7 @@ Both `alt` and `fallbackAlt` can only be used to [declare an image as decorative All images should have an alt value. `` will automatically use the Image field's `alt` property written in the Prismic Editor. If the Image field's `alt` property is empty, the `alt` HTML attribute will not be included _unless_ one of `alt` or `fallbackAlt` is used. -For more details on decorative images, [see the MDN article on the `` HTMl element's `alt` attribute][mdn-alt-decorative-image]. +For more details on decorative images, [see the MDN article on the `` HTML element's `alt` attribute][mdn-alt-decorative-image]. ## Deciding between `alt=""` and `fallbackAlt=""`