Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0fc64ad

Browse files
committed
style(guide/directive): remove ws
1 parent 12d1f57 commit 0fc64ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following also **matches** `ngModel`:
5555

5656
Angular **normalizes** an element's tag and attribute name to determine which elements match which
5757
directives. We typically refer to directives by their case-sensitive
58-
{@link http://en.wikipedia.org/wiki/CamelCase camelCase} **normalized** name (e.g. `ngModel`).
58+
{@link http://en.wikipedia.org/wiki/CamelCase camelCase} **normalized** name (e.g. `ngModel`).
5959
However, since HTML is case-insensitive, we refer to directives in the DOM by lower-case
6060
forms, typically using {@link http://en.wikipedia.org/wiki/Letter_case#Computers dash-delimited}
6161
attributes on DOM elements (e.g. `ng-model`).

0 commit comments

Comments
 (0)