Skip to content

Commit 67610b2

Browse files
committed
change wording
1 parent 252371b commit 67610b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/alternate-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ https://graph.microsoft.com/v1.0/users(email='[email protected]') Retrieves the em
3131

3232
This pattern works and makes sense when the alternate key is good enough to identify a single resource and provides an useful alternative to the client; while it does not work if the resultset has more than one element.
3333

34-
In such case, we **strongly** advice to throw an exception and encourage the user to use `$filter` rather than returning the first result of the query
34+
In such case, the system SHOULD throw an exception and encourage the user to use `$filter` rather than returning the first result of the query
3535

3636
## Example
3737

0 commit comments

Comments
 (0)