diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2018-03-01-preview/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2018-03-01-preview/machineLearningServices.json index 6d9dcc5df093..6b91c6bc4f85 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2018-03-01-preview/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2018-03-01-preview/machineLearningServices.json @@ -1371,10 +1371,10 @@ }, "SslConfiguration": { "type": "object", - "description": "The ssl configugation for scoring", + "description": "The SSL configuration for scoring", "properties": { "status": { - "description": "Enable or disable ssl for scoring", + "description": "Enable or disable SSL for scoring", "type": "string", "enum": [ "Disabled", @@ -1485,7 +1485,7 @@ "type": "object", "properties": { "administratorAccount": { - "description": "Admin creadentials for virtual machine.", + "description": "Admin credentials for virtual machine.", "$ref": "#/definitions/VirtualMachineSshCredentials" } }