Skip to content

Commit

Permalink
typo: cognitiveservices/data-plane/Face (Azure#4828)
Browse files Browse the repository at this point in the history
- persisited -> persisted
  • Loading branch information
nschonni authored and AnuTalluri committed Feb 6, 2019
1 parent 46c888a commit 4f9ca1c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}
},
"x-ms-examples": {
"Identiy example": {
"Identify example": {
"$ref": "./examples/Identify.json"
}
}
Expand Down Expand Up @@ -924,7 +924,7 @@
},
"/facelists/{faceListId}/persistedfaces/{persistedFaceId}": {
"delete": {
"description": "Delete an existing face from a face list (given by a persisitedFaceId and a faceListId). Persisted image related to the face will also be deleted.",
"description": "Delete an existing face from a face list (given by a persistedFaceId and a faceListId). Persisted image related to the face will also be deleted.",
"operationId": "FaceList_DeleteFace",
"parameters": [
{
Expand Down Expand Up @@ -1934,7 +1934,7 @@
},
"/largefacelists/{largeFaceListId}/persistedfaces/{persistedFaceId}": {
"delete": {
"description": "Delete an existing face from a large face list (given by a persisitedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.",
"description": "Delete an existing face from a large face list (given by a persistedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.",
"operationId": "LargeFaceList_DeleteFace",
"parameters": [
{
Expand Down

0 comments on commit 4f9ca1c

Please sign in to comment.