From 68135770aa6f99be07b87b493e673c93aed819c7 Mon Sep 17 00:00:00 2001 From: Fengwei Wang Date: Sun, 10 Sep 2017 11:28:33 -0400 Subject: [PATCH] docs(guide/bootstrap): fix typo ('There a few things' --> 'There are a few things') --- docs/content/guide/bootstrap.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc index 573a989818e6..4c66d8a57dcf 100644 --- a/docs/content/guide/bootstrap.ngdoc +++ b/docs/content/guide/bootstrap.ngdoc @@ -144,7 +144,7 @@ This is the sequence that your code should follow: ## Things to keep in mind -There a few things to keep in mind regardless of automatic or manual bootstrapping: +There are a few things to keep in mind regardless of automatic or manual bootstrapping: - While it's possible to bootstrap more than one AngularJS application per page, we don't actively test against this scenario. It's possible that you'll run into problems, especially with complex apps, so