File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ Recommended API Design patterns:
418
418
| Evolvable Enums | The ability to extend enumerated types without breaking changes. | [ Evolvable Enums] ( ./patterns/evolvable-enums.md ) |
419
419
| Change Tracking | The ability to keep API consumers in sync with changes without polling. | [ Change Tracking] ( ./patterns/change-tracking.md ) |
420
420
| 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 ) |
422
422
423
423
|
424
424
You can’t perform that action at this time.
0 commit comments