From 5f9121ad560d45ee638ad19f95d256ea45b064be Mon Sep 17 00:00:00 2001 From: Dave Gaeddert Date: Mon, 18 Nov 2013 10:52:48 -0600 Subject: docs(guide/providers): remove extra closing parenthesis in example Closes #5005 --- docs/content/guide/providers.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); - }]); + }]; }); ``` -- cgit v1.2.3