Skip to content

Commit

Permalink
fix an internal link (#34038)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyujie2002 authored Jun 10, 2024
1 parent 57ed60e commit e8d4955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ For example, to check whether the browser supports CSS container queries, you co
}
```

As a last point, don't confuse feature detection with **browser sniffing** (detecting what specific browser is accessing the site) — this is a terrible practice that should be discouraged at all costs. See [Using bad browser sniffing code](#using_bad_browser_sniffing_code), later on, for more details.
As a last point, don't confuse feature detection with **browser sniffing** (detecting what specific browser is accessing the site) — this is a terrible practice that should be discouraged at all costs. See [don't browser sniff](#dont_browser_sniff), later on, for more details.

> **Note:** Feature detection will be covered in a lot more detail in its own dedicated article, later in the module.
Expand Down

0 comments on commit e8d4955

Please sign in to comment.