From 1d2a388830d95ae1a1f9b577fd0891a2e1f31bcd Mon Sep 17 00:00:00 2001 From: René Wilhelm Date: Thu, 9 Jan 2014 08:13:24 +0100 Subject: fix(docs): Add missing whitespace --- docs/content/guide/dev_guide.services.creating_services.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') 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:
-- cgit v1.2.3