Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1523fc7

Browse files
committed
docs(guide/providers): fix example snippet
Closes #6331 Closes #6332
1 parent a3f7017 commit 1523fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/providers.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ custom type:
150150
function UnicornLauncher(apiToken) {
151151

152152
this.launchedCount = 0;
153-
this.launch() {
153+
this.launch = function() {
154154
// make a request to the remote api and include the apiToken
155155
...
156156
this.launchedCount++;

0 commit comments

Comments
 (0)