diff --git a/specification/graphrbac/data-plane/stable/1.6/graphrbac.json b/specification/graphrbac/data-plane/stable/1.6/graphrbac.json index e679678e640f..4b9d1e131555 100644 --- a/specification/graphrbac/data-plane/stable/1.6/graphrbac.json +++ b/specification/graphrbac/data-plane/stable/1.6/graphrbac.json @@ -731,7 +731,7 @@ ], "responses": { "200": { - "description": "OK. Indicates success. Returns true if the user, contact, group, or service principal is a direct or a transitive member of the specified group; otherwsie, false.", + "description": "OK. Indicates success. Returns true if the user, contact, group, or service principal is a direct or a transitive member of the specified group; otherwise, false.", "schema": { "$ref": "#/definitions/CheckGroupMembershipResult" } @@ -2001,7 +2001,7 @@ "in" : "body", "name" : "body", "required" : false, - "description": "The relevant app Service Principal Object Id and the Service Principal Objecit Id you want to grant.", + "description": "The relevant app Service Principal Object Id and the Service Principal Object Id you want to grant.", "schema" : { "$ref" : "#/definitions/Permissions" }, @@ -2526,7 +2526,7 @@ "required": [ "resourceAccess" ], - "description": "Specifies the set of OAuth 2.0 permission scopes and app roles under the specified resource that an application requires access to. The specified OAuth 2.0 permission scopes may be requested by client applications (through the requiredResourceAccess collection) when calling a resource application. The requiredResourceAccess property of the Application entity is a collection of ReqiredResourceAccess." + "description": "Specifies the set of OAuth 2.0 permission scopes and app roles under the specified resource that an application requires access to. The specified OAuth 2.0 permission scopes may be requested by client applications (through the requiredResourceAccess collection) when calling a resource application. The requiredResourceAccess property of the Application entity is a collection of RequiredResourceAccess." }, "ResourceAccess": { "type": "object",