Skip to content

Commit 51ccb02

Browse files
akashfossstephenplusplus
authored andcommitted
Fixed issues #2618 (#2656)
1 parent 2e55482 commit 51ccb02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/compute/src/instance-group.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ InstanceGroup.prototype.delete = function(callback) {
304304
* @param {boolean} options.running - Only return instances which are running.
305305
* @param {function} callback - The callback function.
306306
* @param {?error} callback.err - An error returned while making this request.
307-
* @param {module:compute/vm[]} callback.vms - VM objects from this isntance
307+
* @param {module:compute/vm[]} callback.vms - VM objects from this instance
308308
* group.
309309
* @param {object} callback.apiResponse - The full API response.
310310
*

packages/compute/test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ describe('Compute', function() {
14541454
var ZONE_NAME = 'zone-1';
14551455
var FULL_ZONE_NAME = 'zones/' + ZONE_NAME;
14561456

1457-
var instanceGroup = { name: 'isntance-group-1' };
1457+
var instanceGroup = { name: 'instance-group-1' };
14581458
var apiResponse = {
14591459
items: {}
14601460
};

0 commit comments

Comments
 (0)