Skip to content

Commit 14f54bc

Browse files
Update graph/patterns/dictionary.md
Co-authored-by: Darrel <[email protected]>
1 parent 6e825cf commit 14f54bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/dictionary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before using a dictionary type in your API definition make sure your scenario fi
4242
- The value types MUST be a primitive type or is a **ComplexType**. Mixed primitive types are not allowed.
4343
- The client MUST define the keys of this type. As opposed to the service defining them in advance.
4444

45-
### Alternatives to consider
45+
### Alternatives
4646

4747
- [Open extensions](https://docs.microsoft.com/en-us/graph/extensibility-open-users) when you want to provide clients the ability to extend Microsoft Graph.
4848
- [Complex types](https://docs.microsoft.com/en-us/odata/webapi/complextypewithnavigationproperty) when the set of data values are known.

0 commit comments

Comments
 (0)