Skip to content

Commit 806ef99

Browse files
bijanbwbpetebacondarwin
authored andcommitted
docs(guide/introduction): fix grammar style
Changed "you would currently have to write" to "you would otherwise have to write". Seems to make more sense this way since "currently" presupposes that someone new to Angular would be coming from a different paradigm, which they may or may not be. Closes angular#9428
1 parent a21d49c commit 806ef99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/introduction.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template
1010
language and lets you extend HTML's syntax to express your application's components clearly and
1111
succinctly. Angular's data binding and dependency injection eliminate much of the code you
12-
currently have to write. And it all happens within the browser, making it
12+
would otherwise have to write. And it all happens within the browser, making it
1313
an ideal partner with any server technology.
1414

1515
Angular is what HTML would have been had it been designed for applications. HTML is a great

0 commit comments

Comments
 (0)