Skip to content

Commit eb3ba2f

Browse files
committed
remove hyphen
1 parent f897208 commit eb3ba2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/common-data-service/webapi/retrieve-related-entities-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ OData-Version: 4.0
279279

280280
## Retrieve related entities by expanding both single-valued and collection-valued navigation properties
281281

282-
The following example demonstrates how you can expand related entities for entity sets using both single- and collection-valued navigation properties. As explained earlier, expanding on collection-valued navigation properties to retrieve related entities for entity sets returns one level of depth and an `@odata.nextLink` property for the related entities.
282+
The following example demonstrates how you can expand related entities for entity sets using both single and collection-valued navigation properties. As explained earlier, expanding on collection-valued navigation properties to retrieve related entities for entity sets returns one level of depth and an `@odata.nextLink` property for the related entities.
283283

284284
In this example, we are retrieving the contact and tasks assigned to the top 2 accounts.
285285

0 commit comments

Comments
 (0)