Skip to content

Commit bfafdd2

Browse files
jacksonhoosepetebacondarwin
authored andcommitted
docs(guide/Scopes): fix capitalization
This sentence should begin with a capital 'R', not a lower case one. Closes angular#10472
1 parent 5bc09b6 commit bfafdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/scope.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ for example, only a portion of the view needs to be controlled by Angular.
177177

178178
To examine the scope in the debugger:
179179

180-
1. right click on the element of interest in your browser and select 'inspect element'. You
180+
1. Right click on the element of interest in your browser and select 'inspect element'. You
181181
should see the browser debugger with the element you clicked on highlighted.
182182

183183
2. The debugger allows you to access the currently selected element in the console as `$0`

0 commit comments

Comments
 (0)