Skip to content

Commit c3336e9

Browse files
jeffcooper86RedWolves
authored andcommitted
code-organization/feature-browser-detection.md: Grammar fix
Closes jquerygh-550
1 parent 24e63d5 commit c3336e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ That's it. Easy.
104104

105105
So, while the Modernizr syntax is great, it can end up being quite cumbersome to have several conditionals. Secondly, we're sending the code for both conditions to every browser, regardless if we'll need it or not.
106106

107-
The `Modernizr` object exposes a `load()` method that many prefer over the syntax mentioned previously. This is due to the another library that Modernizr now uses internally: [yepnope](http://yepnopejs.com/). Testing for canvas can now become something like this:
107+
The `Modernizr` object exposes a `load()` method that many prefer over the syntax mentioned previously. This is due to another library that Modernizr now uses internally: [yepnope](http://yepnopejs.com/). Testing for canvas can now become something like this:
108108

109109
```
110110
Modernizr.load({

0 commit comments

Comments
 (0)