Skip to content

Commit 61f3132

Browse files
authored
replaced transcluded
1 parent 14c5b97 commit 61f3132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/navigation-property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Navigation properties are an [OData convention](https://docs.microsoft.com/en-us
2121
- /user/{userId}/manager represents many-to-one relationship
2222
- /user/{userId}/messages represents one-to-many relationship
2323

24-
Additionally, using the OData Expand query parameter, related entities can be transcluded into the primary entity so both can be retrieved in a single round trip.
24+
Additionally, using the OData Expand query parameter, related entities can be nested into the primary entity so both can be retrieved in a single round trip.
2525

2626
## Issues and Considerations
2727
-------------------------

0 commit comments

Comments
 (0)