Skip to content

Commit 976cb69

Browse files
Gormartsenstephenplusplus
authored andcommitted
Documentation update for Google Compute Engine App (#1432)
Fix documentation error
1 parent 14d5cb0 commit 976cb69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Anand Suresh <[email protected]>
1515
Ben Stahl <[email protected]>
1616
Brett Bergmann <[email protected]>
1717
Burcu Dogan <[email protected]>
18+
Gor Martsen <[email protected]>
1819
Hector Rovira <[email protected]>
1920
Ido Shamun <[email protected]>
2021
Jesse Friedman <[email protected]>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ var name = 'ubuntu-http';
391391
zone.createVM(name, { os: 'ubuntu' }, function(err, vm, operation) {
392392
// `operation` lets you check the status of long-running tasks.
393393

394-
operation.onComplete(function(err, metadata) {
394+
operation.on('complete', function(err, metadata) {
395395
if (!err) {
396396
// Virtual machine created!
397397
}

0 commit comments

Comments
 (0)