Merge pull request #9651 from vkrol/patch-1

Fix the typo in Parser.js
This commit is contained in:
Tobias Koppers 2019-09-02 09:46:30 +02:00 committed by GitHub
commit c3ed21fb73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const defaultParserOptions = {
onComment: null
};
// regexp to match at lease one "magic comment"
// regexp to match at least one "magic comment"
const webpackCommentRegExp = new RegExp(/(^|\W)webpack[A-Z]{1,}[A-Za-z]{1,}:/);
const EMPTY_COMMENT_OPTIONS = {