-
-
Notifications
You must be signed in to change notification settings - Fork 5k
[en] typos #1780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[en] typos #1780
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's actually webpack with a lowercase w
Sorry for the changes without confirmation. But I found many "Webpack" with uppercases in other docs like |
@Jinjiang no worries! 👌 |
I had a check. The word in official website of webpack are all with lowercases. So I think the lowercase is right. |
It should also be lowercase when it's the first word in the sentence 😆 (https://webpack.js.org/support/#cto-s-vps-owners). Don't worry, I changed it |
if (err) { | ||
console.log('We cannot open "index.htm" file.') | ||
console.log('We cannot open 'index.htm' file.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be "index.htm" actually
.
Changes:
history-mode.md
, just because the others all use single quotes.Thanks.