From 5d0f9ce4c7135014b01970eb6d5e9a254a23b4d0 Mon Sep 17 00:00:00 2001 From: radu Date: Sun, 27 Jan 2013 17:35:33 -0500 Subject: docs(tutorial): fix typo Update docs/content/tutorial/step_00.ngdoc removed redundant verb --- docs/content/tutorial/step_00.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index e151d9e2..f7e7b15b 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -109,7 +109,7 @@ __`app/index.html`:__ - The `ng-app` attribute is represents an Angular directive (named `ngApp`; Angular uses + The `ng-app` attribute represents an Angular directive (named `ngApp`; Angular uses `name-with-dashes` for attribute names and `camelCase` for the corresponding directive name) used to flag an element which Angular should consider to be the root element of our application. This gives application developers the freedom to tell Angular if the entire html page or only a -- cgit v1.2.3