From d7e6f1b192419195c288eed206d6b81c96847cc4 Mon Sep 17 00:00:00 2001 From: George Cox Date: Tue, 21 Jan 2014 11:46:17 +0000 Subject: docs(tutorial): fix grammar Closes #5909 --- docs/content/tutorial/step_00.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial') diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 86230ea9..85e85377 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -104,7 +104,7 @@ __`app/index.html`:__ The `ng-app` attribute represents an Angular directive named `ngApp` (Angular uses `name-with-dashes` for its custom attributes and `camelCase` for the corresponding directives - that implements them). + which implement them). This directive is used to flag the html element that 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