Skip to content

Commit

Permalink
Fixed issues googleapis#2618
Browse files Browse the repository at this point in the history
  • Loading branch information
akashfoss committed Oct 5, 2017
1 parent 95eeb02 commit 89fb4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/compute/src/instance-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ InstanceGroup.prototype.delete = function(callback) {
* @param {boolean} options.running - Only return instances which are running.
* @param {function} callback - The callback function.
* @param {?error} callback.err - An error returned while making this request.
* @param {module:compute/vm[]} callback.vms - VM objects from this isntance
* @param {module:compute/vm[]} callback.vms - VM objects from this instance
* group.
* @param {object} callback.apiResponse - The full API response.
*
Expand Down
2 changes: 1 addition & 1 deletion packages/compute/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ describe('Compute', function() {
var ZONE_NAME = 'zone-1';
var FULL_ZONE_NAME = 'zones/' + ZONE_NAME;

var instanceGroup = { name: 'isntance-group-1' };
var instanceGroup = { name: 'instance-group-1' };
var apiResponse = {
items: {}
};
Expand Down

0 comments on commit 89fb4f7

Please sign in to comment.