diff --git a/angularjs/README.md b/angularjs/README.md
index 5b5ed54dd9..9cf6685590 100644
--- a/angularjs/README.md
+++ b/angularjs/README.md
@@ -2,7 +2,7 @@
## Referencing AngularJS definition files in your code
-To do that, simply add `/// ` at the top of your code.
+To do that, simply add `/// ` at the top of your code.
That will make available to your code all interfaces AngularJS' main module **ng** implements, as well as the **AUTO** module.