Skip to content

Commit

Permalink
Fix typo in Browsing the web (mdn#37707)
Browse files Browse the repository at this point in the history
  • Loading branch information
enarve authored Jan 19, 2025
1 parent 7d09807 commit b2ac8c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ As a result, you need to be careful to check the answers they give you, and not

- Typing in `"ant fish cheese"` (with the quotes) will only return results that contain that exact phrase.
- `"ant cheese" -fish` will return results that contain `ant` and/or `cheese` but not `fish`.
- `and OR cheese` will only return results with one term or the other, not both. From our testing, this one only seemed to work effectively in Google.
- `ant OR cheese` will only return results with one term or the other, not both. From our testing, this one only seemed to work effectively in Google.
- `intitle:cheese` will only return results that have "cheese" in the main title of the page.

> [!NOTE]
Expand Down

0 comments on commit b2ac8c6

Please sign in to comment.