Skip to content

Commit 6fdc9b9

Browse files
IgorMinarSebastien Armand - sa250111
authored and
Sebastien Armand - sa250111
committed
docs(guide/providers): fix example snippet
Closes angular#6331 Closes angular#6332
1 parent bcf04f7 commit 6fdc9b9

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)