aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.services.creating_services.ngdoc
diff options
context:
space:
mode:
authorRené Wilhelm2014-01-09 08:13:24 +0100
committerTobias Bosch2014-01-09 16:51:47 -0800
commit1d2a388830d95ae1a1f9b577fd0891a2e1f31bcd (patch)
treea4dc8c9f3ed439f1bc05f9f49703c20e907d1540 /docs/content/guide/dev_guide.services.creating_services.ngdoc
parentac05276a510285d1c58f5f143259c4e136728fee (diff)
downloadangular.js-1d2a388830d95ae1a1f9b577fd0891a2e1f31bcd.tar.bz2
fix(docs): Add missing whitespace
Diffstat (limited to 'docs/content/guide/dev_guide.services.creating_services.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.services.creating_services.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.services.creating_services.ngdoc b/docs/content/guide/dev_guide.services.creating_services.ngdoc
index d5adc4ba..bdcf42ad 100644
--- a/docs/content/guide/dev_guide.services.creating_services.ngdoc
+++ b/docs/content/guide/dev_guide.services.creating_services.ngdoc
@@ -19,7 +19,7 @@ testable.
To register a service, you must have a module that this service will be part of. Afterwards, you
can register the service with the module either via the {@link api/angular.Module Module api} or
by using the {@link api/AUTO.$provide $provide} service in the module configuration
-function.The following pseudo-code shows both approaches:
+function. The following pseudo-code shows both approaches:
Using the angular.Module api:
<pre>