From a9f1d76bf81c354199aa3039f074bfda57adf457 Mon Sep 17 00:00:00 2001 From: Pavel Pomerantsev Date: Wed, 18 Dec 2013 12:50:09 +0400 Subject: [PATCH] docs(guides/providers): fix typo --- docs/content/guide/providers.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/providers.ngdoc b/docs/content/guide/providers.ngdoc index f0d33b51a4a5..ce1bcffd4702 100644 --- a/docs/content/guide/providers.ngdoc +++ b/docs/content/guide/providers.ngdoc @@ -212,7 +212,7 @@ launcher shoots unicorns into space without any protective shielding. But on som atmosphere is so thick that we must wrap every unicorn in tinfoil before sending it on its intergalactic trip, otherwise they would burn while passing through the atmosphere. It would then be great if we could configure the launcher to use the tinfoil shielding for each launch in apps -that need it. We can make it configurable it like so: +that need it. We can make it configurable like so: ```javascript