Skip to content

Commit 9a14935

Browse files
yangshunskipjack
authored andcommitted
docs: fix formatting and grammar (#1765)
Fix typos, improve grammar, and change ` ` to a normal space character.
1 parent 6e06115 commit 9a14935

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

src/components/NotificationBar/NotificationBar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export default class NotificationBar extends React.Component {
1313
<div className={ `notification-bar ${dismissedMod}` }>
1414
<Container className="notification-bar__inner">
1515
<p>
16-
Sponsor webpack and get apparel from the <a href="https://webpack.threadless.com">official shop</a>&nbsp;
17-
or get stickers <a href="http://www.unixstickers.com/tag/webpack">here</a>! All proceeds go to our&nbsp;
16+
Sponsor webpack and get apparel from the <a href="https://webpack.threadless.com">official shop</a>{' '}
17+
or get stickers <a href="http://www.unixstickers.com/tag/webpack">here</a>! All proceeds go to our{' '}
1818
<a href="https://opencollective.com/webpack">open collective</a>!
1919
</p>
2020
{ localStorageIsEnabled ?

src/components/StarterKits/StarterKits.jsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ const StarterKits = props => (
1515
<h1>Starter Kits</h1>
1616

1717
<p>
18-
The following table contains a curated list of starter kits that can&nbsp;
19-
be used as a jumping off point for webpack-based projects. To add a new&nbsp;
20-
kit to the list please visit&nbsp;
21-
<Link to="https://github.com/ahfarmer/tool-list">this repository</Link>&nbsp;
22-
and submit a PR against this file:&nbsp;
18+
The following table contains a curated list of starter kits that can
19+
be used as a jumping off point for webpack-based projects. To add a new
20+
kit to the list please visit{' '}
21+
<Link to="https://github.com/ahfarmer/tool-list">this repository</Link>{' '}
22+
and submit a PR against this file:
2323
<code>generator/starterProjectUrls.js</code>.
2424
</p>
2525

2626
<blockquote className="warning">
2727
<div className="tip-content">
28-
Boilerplates should be used as <b>Proof of Concepts</b> to help you learn&nbsp;
29-
different webpack techniques for various frameworks. Make sure you understand&nbsp;
30-
what's going on in them and avoid copy and paste coding. Also note that none&nbsp;
31-
of these are officially supported by webpack. If you run into an issue, please&nbsp;
28+
Boilerplates should be used as <strong>Proof of Concepts</strong> to help you learn
29+
different webpack techniques for various frameworks. Make sure you understand
30+
what's going on in them and avoid copy and paste coding. Also note that none
31+
of these are officially supported by webpack. If you run into an issue, please
3232
report that to the maintainer(s) of the repository.
3333
</div>
3434
</blockquote>

src/content/guides/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ webpack now supports template strings in expressions. This means you can start u
544544

545545
### Configuration Promise
546546

547-
webpack now supports returning a `Promise` from the configuration file. This allows to do async processing in you configuration file.
547+
webpack now supports returning a `Promise` from the configuration file. This allows async processing in your configuration file.
548548

549549
**webpack.config.js**
550550

0 commit comments

Comments
 (0)