Skip to content

Commit c53de44

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#6404 from rasmusgude/patch-1
Fixed spelling issue in a code comment.
2 parents 546360c + aecd84c commit c53de44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Compute/Commands.Compute/Models/PSAvailabilitySet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public string StatusesText
8484
get { return JsonConvert.SerializeObject(Statuses, Formatting.Indented); }
8585
}
8686

87-
// Gets or sets a list containing reference to all Virtual Machines created under this Availability Set.
87+
// Gets or sets a list containing references to all Virtual Machines created under this Availability Set.
8888
public IList<SubResource> VirtualMachinesReferences { get; set; }
8989

9090
[JsonIgnore]

0 commit comments

Comments
 (0)