Skip to content

Commit e27d49e

Browse files
authored
Fix typo (#505)
1 parent bbf9e0a commit e27d49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools/web/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void main() {
1818
'ERROR: You are running DevTools on '
1919
'${browser.name == Browser.UnknownBrowser.name ? 'an unknown browswer' : browser.name}, '
2020
'but DevTools only runs on Chrome.',
21-
'Reopen this url in a Chrome broswer to use DevTools.',
21+
'Reopen this url in a Chrome browser to use DevTools.',
2222
);
2323
return;
2424
}

0 commit comments

Comments
 (0)