docs: removed duplicated spaces in upgrade guide (#32813)

PR Close #32813
This commit is contained in:
Issei Horie 2019-09-23 18:14:41 +09:00 committed by Andrew Kushnir
parent c093390c22
commit 3a96631387
1 changed files with 1 additions and 1 deletions

View File

@ -1622,7 +1622,7 @@ There are several notable changes here:
* You're using the property binding syntax around `ng-class`. Though Angular
does have [a very similar `ngClass`](guide/template-syntax#directives)
as AngularJS does, its value is not magically evaluated as an expression.
In Angular, you always specify in the template when an attribute's value is
In Angular, you always specify in the template when an attribute's value is
a property expression, as opposed to a literal string.
* You've replaced `ng-repeat`s with `*ngFor`s.