fix: Replace quotes with backticks in Cat Photo App step 9. (#59836)

This commit is contained in:
Neelesh Verma
2025-04-21 20:13:21 +05:30
committed by GitHub
parent ed6c77e972
commit 573d08dc70
@@ -33,7 +33,7 @@ Your `img` element does not have an `alt` attribute. Check that there is a space
assert.isTrue(document.querySelector('img')?.hasAttribute('alt'));
```
Your `img` element's `alt` attribute value is set to something other than 'A cute orange cat lying on its back'. Make sure the `alt` attribute's value is surrounded with quotation marks.
Your `img` element's `alt` attribute value is set to something other than `A cute orange cat lying on its back`. Make sure the `alt` attribute's value is surrounded with quotation marks.
```js
const altText = document