Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 09-exercises.mdx #47

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>