aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/providers.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/guide/providers.ngdoc')
-rw-r--r--docs/content/guide/providers.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/providers.ngdoc b/docs/content/guide/providers.ngdoc
index adf13bd4..ae374f07 100644
--- a/docs/content/guide/providers.ngdoc
+++ b/docs/content/guide/providers.ngdoc
@@ -228,7 +228,7 @@ myApp.provider('unicornLauncher', function UnicornLauncherProvider() {
// let's assume that the UnicornLauncher constructor was also changed to
// accept and use the useTinfoilShielding argument
return new UnicornLauncher(apiToken, useTinfoilShielding);
- }]);
+ }];
});
```