fix(curriculum): possible typo and simplification (#44704)

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
pull/44709/head
Etkesmeci 2022-01-07 14:06:49 +03:00 committed by GitHub
parent aa0ae1ae67
commit 82c4bf9556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ dashedName: step-26
The code for an ordered list (`ol`) is similar to an unordered list, but list items in an ordered list are numbered when displayed.
After the final second section' last `h3` element, add an ordered list with these three list items: `flea treatment`, `thunder` and `other cats`.
After the second `section`'s last `h3` element, add an ordered list with these three list items: `flea treatment`, `thunder` and `other cats`.
# --hints--