Skip to content

Commit

Permalink
Fix typographical error(s)
Browse files Browse the repository at this point in the history
Changed continous to continuous in README.
  • Loading branch information
orthographic-pedant committed Oct 7, 2015
1 parent d013825 commit 23353cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pattern.stringify() // '/api/users'
pattern.stringify({id: 20}) // '/api/users/20'
```

- continously tested in Node.js (0.12, **4.0**), io.js (2, 3) and all relevant browsers:
- continuously tested in Node.js (0.12, **4.0**), io.js (2, 3) and all relevant browsers:
[![Sauce Test Status](https://saucelabs.com/browser-matrix/urlpattern.svg)](https://saucelabs.com/u/urlpattern)
- [tiny single file with just under 500 lines of simple, readable, maintainable code](src/url-pattern.coffee)
- [huge test suite](test)
Expand Down

0 comments on commit 23353cd

Please sign in to comment.