Skip to content

Commit 5d4f9d1

Browse files
committed
fixed the nit Addy mentioned
1 parent 839754b commit 5d4f9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-organization/feature-browser-detection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Developing against specific features, instead of developing against a specific b
66

77
### User-agent testing
88

9-
Without getting into too many specifics, there are two specific reasons why User-Agent testing (developing against a specific browser) is looked down upon, instead of checking to see if a specific feature is supported: they are inconvenient and unreliable.
9+
Without getting into too many specifics, there are two reasons why User-Agent testing (developing against a specific browser) is looked down upon, instead of checking to see if a specific feature is supported: they are inconvenient and unreliable.
1010

1111
First, let's take a look at a User-Agent string (you can see yours by running `navigator.userAgent` in a JavaScript console). This is Chrome 18's User-Agent string on Mac OS X Lion:
1212

0 commit comments

Comments
 (0)