Skip to content

Commit

Permalink
Merge pull request webpack#15680 from ludofischer/fix-grammar
Browse files Browse the repository at this point in the history
Fix grammar of warning message
  • Loading branch information
sokra authored May 10, 2022
2 parents fd437ea + 0a47e34 commit 96c57bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/NodeStuffPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class NodeStuffPlugin {
new NodeStuffInWebError(
dep.loc,
"global",
"The global namespace object is Node.js feature and doesn't present in browser."
"The global namespace object is a Node.js feature and isn't available in browsers."
)
);
}
Expand Down

0 comments on commit 96c57bd

Please sign in to comment.