Skip to content

Commit

Permalink
Fix typo in README.md, changing brower to browser (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanzig committed Aug 12, 2020
1 parent f91ea0a commit f947f18
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 @@ -103,7 +103,7 @@ Creating an acceptable implementation requires two things:
`test/logic.js` file.

2. Write the actual regex to the `index.js` file. In most cases adding
the regex to the list of existing regexes will be suitable (if usage of `detect-brower`
the regex to the list of existing regexes will be suitable (if usage of `detect-browser`
returns `undefined` for instance), but in some cases you might have to add it before
an existing regex. This would be true for a case where you have a browser that
is a specialised variant of an existing browser but is identified as the
Expand Down

0 comments on commit f947f18

Please sign in to comment.