Skip to content

Commit b700282

Browse files
chadfennellcaitp
authored andcommitted
docs(guide/providers): remove unneeded word "the"
no need to specify which space, there's only one :) Closes angular#6622
1 parent 1b9395e commit b700282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/providers.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ primitive, object literal, function, or even an instance of a custom type.
143143
## Service Recipe
144144

145145
JavaScript developers often use custom types to write object-oriented code. Let's explore how we
146-
could launch a unicorn into the space via our `unicornLauncher` service that is an instance of
146+
could launch a unicorn into space via our `unicornLauncher` service that is an instance of
147147
custom type:
148148

149149
```javascript

0 commit comments

Comments
 (0)