diff --git a/graph/patterns/alternate-key.md b/graph/patterns/alternate-key.md index 2ca507fd..39bd3cf0 100644 --- a/graph/patterns/alternate-key.md +++ b/graph/patterns/alternate-key.md @@ -162,7 +162,7 @@ Declare `mail` and `ssn` as alternate keys on an entity: { "error" : { "code" : "404", - "message": "No user with the the specified 'email' could be found." + "message": "No user with the specified 'email' could be found." } } ```