Skip to content

Commit cd8a2b1

Browse files
committed
minor fixes
1 parent 6e825cf commit cd8a2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ APIs SHOULD use resource-based designs with standard HTTP methods rather than op
276276
| :ballot_box_with_check: **SHOULD** avoid using multiple round trips to complete a single logical operation. |
277277

278278

279-
Bound operations must have a binding parameter matching the type of the bound resource.
279+
Operation resources must have a binding parameter matching the type of the bound resource.
280280
In addition both actions and functions support overloading, meaning an API definition may contain multiple actions or functions with the same name.
281281

282282
For a complete list of standard HTTP operations you can refer to the [Microsoft

0 commit comments

Comments
 (0)