From 9f73b394b587331678540aef5a3888c62a9d1950 Mon Sep 17 00:00:00 2001 From: marmalade Date: Mon, 15 Dec 2014 14:04:13 -0800 Subject: [PATCH] docs(guide/Scopes): Fixed capitalization This sentence should begin with a capital 'R', not a lower case one. --- docs/content/guide/scope.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index 492fe81157e1..92999f82ba6d 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -177,7 +177,7 @@ for example, only a portion of the view needs to be controlled by Angular. To examine the scope in the debugger: - 1. right click on the element of interest in your browser and select 'inspect element'. You + 1. Right click on the element of interest in your browser and select 'inspect element'. You should see the browser debugger with the element you clicked on highlighted. 2. The debugger allows you to access the currently selected element in the console as `$0`