From 6cb2092edd61e23a3458a45991b4c6da82b4e11b Mon Sep 17 00:00:00 2001 From: chadfennell Date: Sun, 9 Mar 2014 11:39:01 -0500 Subject: [PATCH] no need to specify which space, there's only one :) --- 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 b62ba8d8303..1297865edb6 100644 --- a/docs/content/guide/providers.ngdoc +++ b/docs/content/guide/providers.ngdoc @@ -143,7 +143,7 @@ primitive, object literal, function, or even an instance of a custom type. ## Service Recipe JavaScript developers often use custom types to write object-oriented code. Let's explore how we -could launch a unicorn into the space via our `unicornLauncher` service that is an instance of +could launch a unicorn into space via our `unicornLauncher` service that is an instance of custom type: ```javascript