From 9b2b93d9bd4a9da19d76c4d83bf91e7c7775dacd Mon Sep 17 00:00:00 2001
From: Calvin Fernandez
Date: Fri, 23 Aug 2013 18:50:08 -0700
Subject: docs(bootstrap.ngdoc): clarify bootstrap example
Clear up confusion about module declaration when using manual bootstrap.
---
 docs/content/guide/bootstrap.ngdoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc
index e73873e4..ce44b9cb 100644
--- a/docs/content/guide/bootstrap.ngdoc
+++ b/docs/content/guide/bootstrap.ngdoc
@@ -93,7 +93,8 @@ Here is an example of manually initializing Angular: