Skip to content

Commit

Permalink
docs(guide/Scopes): fix capitalization
Browse files Browse the repository at this point in the history
This sentence should begin with a capital 'R', not a lower case one.

Closes angular#10472
  • Loading branch information
jacksonhoose authored and petebacondarwin committed Dec 16, 2014
1 parent 4a18274 commit b62c858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/scope.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b62c858

Please sign in to comment.