fix(curriculum): typo in step 6 of CatPhotoApp project (#47193)

fix: typo in hint
pull/47184/head
Bruce Blaser 2022-08-06 12:38:53 -07:00 committed by GitHub
parent 3aca9eee95
commit 8b88223255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ assert(
);
```
The opening `p` tag should have indentation that matches your `h1` and comment elements. Its opening tag should start 6 spaces over from the start of the line.
The opening `p` tag should have indentation that matches your `h2` and comment elements. Its opening tag should start 6 spaces over from the start of the line.
```js
assert(code.toLowerCase().match(/-->\n\s{6}<p>/));