Skip to content

Commit 59e0981

Browse files
Fix typos (etc) in description on homepage
1 parent c3ad9e8 commit 59e0981

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

templates/VueSpa/ClientApp/components/home/home.vue.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ <h1>Hello, world!</h1>
88
<li><a href="https://webpack.github.io/">Webpack</a> for building and bundling client-side resources</li>
99
<li><a href="http://getbootstrap.com/">Bootstrap</a> for layout and styling</li>
1010
</ul>
11-
<p>To help you get started, we"ve also set up:</p>
11+
<p>To help you get started, we've also set up:</p>
1212
<ul>
1313
<li><strong>Client-side navigation</strong>. For example, click <em>Counter</em> then <em>Back</em> to return here.</li>
14-
<li><strong>Webpack dev middleware</strong>. In development mode, there"s no need to run the <code>webpack</code> build tool. Your client-side resources are dynamically built on demand. Updates are available as soon as you modify any file.</li>
15-
<li><strong>Hot module replacement</strong>. In development mode, you don"t even need to reload the page after making most changes. Within seconds of saving changes to files, your Knockout app will be rebuilt and a new instance injected is into the page.</li>
16-
<li><strong>Code splitting and lazy loading</strong>. KO components may optionally be bundled individually and loaded on demand. For example, the code and template for "Counter" is not loaded until you navigate to it..</li>
14+
<li><strong>Webpack dev middleware</strong>. In development mode, there's no need to run the <code>webpack</code> build tool. Your client-side resources are dynamically built on demand. Updates are available as soon as you modify any file.</li>
15+
<li><strong>Hot module replacement</strong>. In development mode, you don't even need to reload the page after making most changes. Within seconds of saving changes to files, your Vue app will be rebuilt and a new instance injected is into the page.</li>
1716
<li><strong>Efficient production builds</strong>. In production mode, development-time features are disabled, and the <code>webpack</code> build tool produces minified static CSS and JavaScript files.</li>
1817
</ul>
1918
</div>

0 commit comments

Comments
 (0)