fix(curriculum): add missing code block (#47026)

Co-authored-by: Alex Maldonado <alex@Alexs-MBP-2021.home>
pull/46980/merge
Alex Maldonado 2022-07-24 21:38:59 -07:00 committed by GitHub
parent 85a110e264
commit 9409f86902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Give your existing `span` the `class` attribute set to `flex`, and add two `span
# --hints--
Your existing span element should have the `class` attribute set to `flex`.
Your existing `span` element should have the `class` attribute set to `flex`.
```js
assert(document.querySelector('h1')?.children?.[0]?.classList?.contains('flex'));