Skip to content

Commit

Permalink
[readme] Fix syntax error in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSchoof authored and ljharb committed Mar 2, 2023
1 parent 099b14c commit adebc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -244,7 +244,7 @@ module.exports = [
...reactRecommended.languageOptions,
globals: {
...globals.serviceworker,
...globals.browser;
...globals.browser,
},
},
},
Expand Down

0 comments on commit adebc71

Please sign in to comment.