fix(curriculum): typo in step 73 (#46927)

fixed typo
pull/46918/head
Anne Deepa 2022-07-16 20:25:08 +05:30 committed by GitHub
parent 50df776ab6
commit a7e0b8182e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ You should give the first new `div` a class of `fb1a`.
assert.exists(document.querySelector("div.fb1 > div.fb1a"));
```
You should give the second new `div` a class of `fbab`.
You should give the second new `div` a class of `fb1b`.
```js
assert.exists(document.querySelector("div.fb1 > div.fb1b"));