Skip to content

Commit 94dc217

Browse files
erikrahmbullgare
authored andcommitted
docs(misc/faq): grammatical error fixes
Merci beaucoup Closes angular#9451 Closes angular#9450
1 parent cef8f17 commit 94dc217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/misc/faq.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ So it's definitely not a plugin or some other native browser extension.
2222

2323
### Is AngularJS a templating system?
2424

25-
At the highest level, Angular does look like a just another templating system. But there is one
25+
At the highest level, Angular does look like just another templating system. But there is one
2626
important reason why the Angular templating system is different, that makes it very good fit for
2727
application development: bidirectional data binding. The template is compiled in the browser and
2828
the compilation step produces a live view. This means you, the developers, don't need to write
@@ -39,7 +39,7 @@ for server-side communication.
3939

4040
AngularJS was designed to be compatible with other security measures like Content Security Policy
4141
(CSP), HTTPS (SSL/TLS) and server-side authentication and authorization that greatly reduce the
42-
possible attack vectors and we highly recommended their use.
42+
possible attack vectors and we highly recommend their use.
4343

4444

4545
### Can I download the source, build, and host the AngularJS environment locally?

0 commit comments

Comments
 (0)