From 438a27bd781c38d7c2a03b1b14e77b819ced29b8 Mon Sep 17 00:00:00 2001 From: Cody Lundquist Date: Wed, 29 Apr 2015 09:33:45 -0700 Subject: [PATCH] Fix typo in annotations docs --- public/docs/js/latest/api/annotations/_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/js/latest/api/annotations/_data.json b/public/docs/js/latest/api/annotations/_data.json index aececb1801..bec55c2516 100644 --- a/public/docs/js/latest/api/annotations/_data.json +++ b/public/docs/js/latest/api/annotations/_data.json @@ -1,7 +1,7 @@ { "index" : { "title" : "Annotations", - "intro" : "Annotations provide the additional information that Angular requires in order to run your application. This modulecontains Component, Directive, and View annotations, as well as Parent and Ancestor annotations that areused by Angular to resolve dependencies." + "intro" : "Annotations provide the additional information that Angular requires in order to run your application. This module contains Component, Directive, and View annotations, as well as Parent and Ancestor annotations that are used by Angular to resolve dependencies." }, "Directive-class" : { @@ -43,4 +43,4 @@ "Ancestor-class" : { "title" : "Ancestor Class" } -} \ No newline at end of file +}