From 8f81dba367912d5c905dcd90893475e563bc2eea Mon Sep 17 00:00:00 2001 From: songjunting Date: Thu, 13 Sep 2018 12:42:07 +0800 Subject: [PATCH] docs: fix typo in bootstrapping guide (#25939) Fixes #25938 PR Close #25939 --- aio/content/guide/bootstrapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/bootstrapping.md b/aio/content/guide/bootstrapping.md index b65fd1e31e..4dd7ba1093 100644 --- a/aio/content/guide/bootstrapping.md +++ b/aio/content/guide/bootstrapping.md @@ -144,7 +144,7 @@ or pipe when the referenced class is declared in this module or the class was imported from another module. You don't have any services to provide yet. -But you will create some before long and you may chose to provide many of them here. +But you will create some before long and you may choose to provide many of them here. {@a bootstrap-array}