mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-30 05:45:44 +08:00
docs(guide/Scopes): fix capitalization
This sentence should begin with a capital 'R', not a lower case one. Closes #10472
This commit is contained in:
committed by
Peter Bacon Darwin
parent
4a18274670
commit
b62c858499
@@ -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:
|
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.
|
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`
|
2. The debugger allows you to access the currently selected element in the console as `$0`
|
||||||
|
|||||||
Reference in New Issue
Block a user