Skip to content

Commit 9a96697

Browse files
committed
applied suggestions of @acjh
1 parent ef6ab59 commit 9a96697

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

doc/Getting-Started-Angular.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ <h4>Merging Client and Server Solutions</h4>
4343
</p>
4444
<h3>ASP.NET Core Application</h3>
4545
<p>When you open Server side solution
46-
<strong style="box-sizing: border-box; font-weight: 700; color: rgb(51, 51, 51); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;">
47-
*.Web.sln</strong> in <strong>Visual Studio 2017+</strong>, you will see the
46+
<strong>*.Web.sln</strong> in <strong>Visual Studio 2017+</strong>, you will see the
4847
solution structure as like below:</p>
4948
<div class="alert alert-warning">
5049
<p>If you want to work on only Xamarin project, open <strong>*.Mobile.sln</strong> solution. If you want to work on both Xamarin and Web projects, open

doc/Getting-Started-Core.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,12 @@ <h3 id="DocConfigureProject">Configure The Project</h3>
5050

5151
<h3 id="DocPrerequirements">Prerequirements</h3>
5252

53-
<p>MVC application needs to following tools be installed:</p>
53+
<p>MVC application needs the following tools to be installed:</p>
5454

5555
<ul>
56-
<li><a href="https://nodejs.org/en/download/" target="_blank">nodejs</a>
57-
6.9+ with npm 3.10+</li>
58-
<li><a href="https://www.npmjs.com/package/gulp">gulp (must be installed globally)</a></li>
59-
<li><a href="https://yarnpkg.com/">yarn</a></li>
56+
<li><a href="https://nodejs.org/en/download/" target="_blank">nodejs</a> 6.9+ with npm 3.10+</li>
57+
<li><a href="https://www.npmjs.com/package/gulp" target="_blank">gulp (must be installed globally)</a></li>
58+
<li><a href="https://yarnpkg.com/" target="_blank">yarn</a></li>
6059
</ul>
6160

6261
<h4 id="DocConfigureDbConn">Database Connection</h4>
@@ -121,7 +120,7 @@ <h3 id="DocMore">More</h3>
121120

122121
<p>Your solution is up and working.
123122
See
124-
<a href="Getting-Started-Xamarin.html"><span class="text-primary">getting started xamarin</span></a> for xamarin application, <a href="Development-Guide-Core.html"><span class="text-primary">development guide</span></a> document for more
123+
<a href="Getting-Started-Xamarin.html"><span class="text-primary">getting started</span></a> for Xamarin application, <a href="Development-Guide-Core.html"><span class="text-primary">development guide</span></a> document for more
125124
information.</p>
126125

127126
<script src="libs/jquery/jquery-3.1.0.min.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)