Skip to content

Commit

Permalink
Merge pull request #47 from Meg528/patch-20
Browse files Browse the repository at this point in the history
Update 09-exercises.mdx
  • Loading branch information
sis0k0 authored Sep 18, 2024
2 parents 9f34731 + 7cc0b0a commit 6925a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/5-search-operators/09-exercises.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Time to get some practice with the concepts you've learned! Try to answer the following questions to the best of your ability. Feel free to reference the slides and notes you've taken during the lesson.

No cheating! Try to only look at the answer after you gave it a try.
No cheating! Try to look at the answer only after you give it a try.

## Add fuzzy search

Expand Down Expand Up @@ -91,4 +91,4 @@ public async searchBooks(query: string): Promise<Book[]> {
```
</div>
</details>
</details>

0 comments on commit 6925a62

Please sign in to comment.