diff --git a/lib/services/resourceManagement/lib/policy/models/errorResponse.js b/lib/services/resourceManagement/lib/policy/models/errorResponse.js index 1ac1b914ba..19c4df845b 100644 --- a/lib/services/resourceManagement/lib/policy/models/errorResponse.js +++ b/lib/services/resourceManagement/lib/policy/models/errorResponse.js @@ -11,7 +11,7 @@ 'use strict'; /** - * Error reponse indicates Azure Resource Manager is not able to process the + * Error response indicates Azure Resource Manager is not able to process the * incoming request. The reason is provided in the error message. * */ diff --git a/lib/services/resourceManagement/lib/policy/models/index.d.ts b/lib/services/resourceManagement/lib/policy/models/index.d.ts index d02a50f3a5..260aa65ba7 100644 --- a/lib/services/resourceManagement/lib/policy/models/index.d.ts +++ b/lib/services/resourceManagement/lib/policy/models/index.d.ts @@ -106,7 +106,7 @@ export interface PolicyAssignment extends BaseResource { } /** - * Error reponse indicates Azure Resource Manager is not able to process the incoming request. The + * Error response indicates Azure Resource Manager is not able to process the incoming request. The * reason is provided in the error message. */ export interface ErrorResponse {