Skip to content

Commit f947f18

Browse files
authored
Fix typo in README.md, changing brower to browser (#147)
1 parent f91ea0a commit f947f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Creating an acceptable implementation requires two things:
103103
`test/logic.js` file.
104104

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

0 commit comments

Comments
 (0)