aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorbrettcannon2012-07-18 16:26:09 -0300
committerBrian Ford2012-07-19 09:57:58 -0700
commit6f9a5721bcf501974bae748b94ed3e2d3893135c (patch)
tree4abb47349f0c694ad4ded6ea80d7008fb75fbd40 /docs/content
parent31c825607dd524241c811ca3e401b119c810e977 (diff)
downloadangular.js-6f9a5721bcf501974bae748b94ed3e2d3893135c.tar.bz2
fic(docs): Consistently use __bold__ for things that must be done when moving the ng-controller declaration.
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/tutorial/step_03.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc
index 8d9620ff..91670f52 100644
--- a/docs/content/tutorial/step_03.ngdoc
+++ b/docs/content/tutorial/step_03.ngdoc
@@ -148,7 +148,7 @@ and title elements:
<html ng-app ng-controller="PhoneListCtrl">
- Be sure to *remove* the `ng-controller` declaration from the body element.
+ Be sure to __remove__ the `ng-controller` declaration from the body element.
While using double curlies works fine within the title element, you might have noticed that
for a split second they are actually displayed to the user while the page is loading. A better