fix(learn): replace single bactick with <code> tag for Crowdin (#40774)

This commit is contained in:
Randell Dawson
2021-02-01 06:39:13 -07:00
committed by GitHub
parent ab83d698f9
commit 22f017caa2

View File

@ -12,7 +12,7 @@ In its simplest usage, `Model.find()` accepts a query document (a JSON object) a
# --instructions--
Modify the `findPeopleByName` function to find all the people having a given name, using `Model.find() -> [Person]`
Modify the `findPeopleByName` function to find all the people having a given name, using <code>Model.find() -\> [Person]</code>
Use the function argument `personName` as the search key.