aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian Ford2013-10-11 15:55:53 -0700
committerBrian Ford2013-10-11 16:15:35 -0700
commit989ca61a615851fe60b5793d1bf0d03698560c3e (patch)
tree6f1e73e543aa398e841185dfcac3fcb3d8ed4dc3 /docs
parentc317a7b51ac5b9cf76f399427e7e71fe4f793818 (diff)
downloadangular.js-989ca61a615851fe60b5793d1bf0d03698560c3e.tar.bz2
docs(tutorial/step02): fix formatting
Diffstat (limited to 'docs')
-rw-r--r--docs/content/tutorial/step_02.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc
index 539c541b..cfa45ee2 100644
--- a/docs/content/tutorial/step_02.ngdoc
+++ b/docs/content/tutorial/step_02.ngdoc
@@ -94,7 +94,7 @@ phonecatApp.controller('PhoneListCtrl', function PhoneListCtrl($scope) {
</pre>
-Here we declared a controller called __PhoneListCtrl__ and registered it in an AngularJS
+Here we declared a controller called `PhoneListCtrl` and registered it in an AngularJS
module, `phonecatApp`. Notice that our `ng-app` directive (on the `<html>` tag) now specifies the `phonecatApp`
module name as the module to load when bootstrapping the Angular application.