aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/guide')
-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 648be74a..c2826e2f 100644
--- a/docs/content/guide/providers.ngdoc
+++ b/docs/content/guide/providers.ngdoc
@@ -150,7 +150,7 @@ custom type:
function UnicornLauncher(apiToken) {
this.launchedCount = 0;
- this.launch() {
+ this.launch = function() {
// make a request to the remote api and include the apiToken
...
this.launchedCount++;