Skip to content

Commit c5f5989

Browse files
authored
recources->resources
1 parent 6a5ee37 commit c5f5989

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
@@ -418,7 +418,7 @@ Recommended API Design patterns:
418418
| Evolvable Enums | The ability to extend enumerated types without breaking changes. | [Evolvable Enums](./patterns/evolvable-enums.md) |
419419
| Change Tracking | The ability to keep API consumers in sync with changes without polling. | [Change Tracking](./patterns/change-tracking.md) |
420420
| Namespace | The ability to organize resource definitions into a logical set. | [Namespace](./patterns/namespace.md) |
421-
| Alternate Key | The ability to uniquely identify and query recources using an alternate key. | [Alternate Key](./patterns/alternate-key.md) |
421+
| Alternate Key | The ability to uniquely identify and query resources using an alternate key. | [Alternate Key](./patterns/alternate-key.md) |
422422

423423
|
424424

0 commit comments

Comments
 (0)