diff --git a/services/labservices/mgmt/2018-10-15/labservices/models.go b/services/labservices/mgmt/2018-10-15/labservices/models.go index 23face32d813..2be71f1796b3 100644 --- a/services/labservices/mgmt/2018-10-15/labservices/models.go +++ b/services/labservices/mgmt/2018-10-15/labservices/models.go @@ -1908,7 +1908,7 @@ type ListEnvironmentsPayload struct { // ListEnvironmentsResponse represents the list of environments owned by a user type ListEnvironmentsResponse struct { autorest.Response `json:"-"` - // Environments - List of all the evironments + // Environments - List of all the environments Environments *[]EnvironmentDetails `json:"environments,omitempty"` }