Skip to content

Commit 4a6c7cf

Browse files
biversen21jeffbcross
authored andcommitted
docs(guide): update compiler guide with minor grammatical fixes
Minor changes to grammar. Changed sentence "But the declarative language is also limited, since it does not allow you to teach the browser new syntax." to now read "However, the declarative language is also limited, as it does not allow you to teach the browser new syntax." However is a less informal start to a sentence, and replacing "since" correctly references extent/degree rather than comparison of time.
1 parent 27d1234 commit 4a6c7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/compiler.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ browser how the window size needs to be divided in half so that the center is fo
2525
center needs to be aligned with the text's center. Simply add an `align="center"` attribute to any
2626
element to achieve the desired behavior. Such is the power of declarative language.
2727

28-
But the declarative language is also limited, since it does not allow you to teach the browser new
29-
syntax. For example there is no easy way to get the browser to align the text at 1/3 the position
28+
However, the declarative language is also limited, as it does not allow you to teach the browser new
29+
syntax. For example, there is no easy way to get the browser to align the text at 1/3 the position
3030
instead of 1/2. What is needed is a way to teach the browser new HTML syntax.
3131

3232
Angular comes pre-bundled with common directives which are useful for building any app. We also

0 commit comments

Comments
 (0)