Skip to content

Commit 989ca61

Browse files
committed
docs(tutorial/step02): fix formatting
1 parent c317a7b commit 989ca61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ phonecatApp.controller('PhoneListCtrl', function PhoneListCtrl($scope) {
9494

9595
</pre>
9696

97-
Here we declared a controller called __PhoneListCtrl__ and registered it in an AngularJS
97+
Here we declared a controller called `PhoneListCtrl` and registered it in an AngularJS
9898
module, `phonecatApp`. Notice that our `ng-app` directive (on the `<html>` tag) now specifies the `phonecatApp`
9999
module name as the module to load when bootstrapping the Angular application.
100100

0 commit comments

Comments
 (0)