diff options
| author | chadfennell | 2014-03-09 11:39:01 -0500 | 
|---|---|---|
| committer | Caitlin Potter | 2014-03-09 13:25:29 -0400 | 
| commit | b700282ffdc33813d4533293338dcdab5fadffd8 (patch) | |
| tree | f42cdbe1a8618e3ad5928234a35003c9e01752d7 /docs | |
| parent | 1b9395ea8fd638d8999019229c3e39bf2fa8e4dd (diff) | |
| download | angular.js-b700282ffdc33813d4533293338dcdab5fadffd8.tar.bz2 | |
docs(guide/providers): remove unneeded word "the"
no need to specify which space, there's only one :)
Closes #6622
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/guide/providers.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/providers.ngdoc b/docs/content/guide/providers.ngdoc index b62ba8d8..1297865e 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 | 
