fix(curriculum): make english to i18n easier (#44711)

This commit is contained in:
Shaun Hamilton 2022-01-12 18:03:26 +02:00 committed by GitHub
parent 12efe5b398
commit ef417c95f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 second `section`'s last `h3` element, add an ordered list with these three list items: `flea treatment`, `thunder` and `other cats`.
After the second `section` element's last `h3` element, add an ordered list with these three list items: `flea treatment`, `thunder` and `other cats`.
# --hints--