fix(learn): replace single bactick with <code> tag for Crowdin (#40774)
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user