chore(curriculum): add backticks for anchor element in cat photo app step 10 (#59900)

This commit is contained in:
Supravisor
2025-04-23 11:14:59 +12:00
committed by GitHub
parent 01fb012da3
commit 33dcdc7a25
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ assert(
);
```
Although you have set the anchor ('a') element's `href` attribute to the correct link, it is recommended to always surround the value of an attribute with quotation marks.
Although you have set the anchor (`a`) element's `href` attribute to the correct link, it is recommended to always surround the value of an attribute with quotation marks.
```js
assert(

View File

@@ -55,7 +55,7 @@ assert.equal(
);
```
Although you have set the anchor ('a') element's `href` attribute to the correct link, it is recommended to always surround the value of an attribute with quotation marks.
Although you have set the anchor (`a`) element's `href` attribute to the correct link, it is recommended to always surround the value of an attribute with quotation marks.
```js
assert.notMatch(