From 1cd9eaf212ec3496121f7d57e684f8b0b5407482 Mon Sep 17 00:00:00 2001 From: Abdulsattar Mohammed Date: Thu, 25 Jun 2015 18:16:50 +0530 Subject: [PATCH] Fixed spacing between words --- 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 87a24ccba8..0696678c32 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 yourapplication. This modulecontains Component, Directive, and View annotations, as well asParent 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 asParent and Ancestor annotations that are used by Angular to resolve dependencies." }, "ComponentAnnotation-class" : { @@ -87,4 +87,4 @@ "Query-var" : { "title" : "Query Var" } -} \ No newline at end of file +}