fix(aio): fix presskit.html typos
This commit is contained in:
parent
62f9738a9a
commit
e4c3882a81
|
@ -103,13 +103,9 @@
|
|||
<p><b>Version v4.1 now available</b> - We are pleased to announce that the latest release of Angular is now available. Staying up to date is easy!</p>
|
||||
|
||||
<h4>Example</h4>
|
||||
<p><b>Correct</b></p>
|
||||
|
||||
<p><b>New <code>*ngIf</code> capabilities</b> - New in version 4.0 is the ability to use additional syntax to create local variables. This can be very helpful in cases such as working with observables …</p>
|
||||
|
||||
<p><b>Incorrect</b></p>
|
||||
|
||||
<p><b>New <code>*ngIf</code> capabilities in Angular v4</b> - Angular v4 introduces the ability to use additional syntax to create local variables. This can be very helpful in cases such as working with observables …</p>
|
||||
<p><b>Correct: </b> "New <code>*ngIf</code> capabilities</b>—new in version 4.0 is the ability to ..."</p>
|
||||
<p><b style="color: red">Incorrect: </b> "New <code>*ngIf</code> capabilities in Angular 4</b>—Angular 4 introduces the ability to ..."</p>
|
||||
|
||||
<p><b>Reasoning</b></p>
|
||||
|
||||
|
@ -132,7 +128,7 @@
|
|||
<a href="/assets/images/logos/angularjs/AngularJS-Shield.svg" target="_blank" title="AngularJS logo">
|
||||
original AngularJS logo</a> / icon, and not the Angular icon.</p>
|
||||
|
||||
<img src="/assets/images/logos/angularjs/AngularJS-Shield.svg" alt="AngularJS Logo" style="margin-left:20px;" >
|
||||
<img src="/assets/images/logos/angularjs/AngularJS-Shield.svg" alt="AngularJS Logo" style="margin-left:20px;" >
|
||||
|
||||
<h3>Angular Material</h3>
|
||||
|
||||
|
|
Loading…
Reference in New Issue