Fix: Change "monsterStats" element to "#monsterStats" (#48742)

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/48741
pull/48764/head
Sriparno Roy 2022-12-15 09:52:30 +05:30 committed by GitHub
parent d04be84a75
commit 374b69ab23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Similar to your `#stats` element, your `#monsterStats` element needs two `span`
# --hints--
Your `monsterStats` element should have two `span` elements.
Your `#monsterStats` element should have two `span` elements.
```js
const spans = document.querySelectorAll(`#monsterStats > span`);