You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/compute/instance-group.js
+21-12Lines changed: 21 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ var util = require('../common/util.js');
51
51
*/
52
52
/**
53
53
* You can create and manage groups of virtual machine instances so that you
54
-
* don't have to individually control each instance in your project
54
+
* don't have to individually control each instance in your project.
55
55
*
56
56
* @resource [Creating Groups of Instances]{@link https://cloud.google.com/compute/docs/instance-groups}
0 commit comments