docs: small typo fix (#10956)

This commit is contained in:
Shahed Nasser
2025-01-14 12:08:38 +02:00
committed by GitHub
parent 98e77fad89
commit fa5d1b65fd

View File

@@ -19,7 +19,7 @@ Read-only links are used to query data across modules, but the relations aren't
</Note>
- [`Product` data model \<\> `Cart` data model of Cart Module](#cart-module). (Read-only).
- [`Product` data model \<\> `InventoryItem` data model of Inventory Module](#inventory-module).
- [`ProductVariant` data model \<\> `InventoryItem` data model of Inventory Module](#inventory-module).
- [`Product` data model \<\> `Order` data model of Order Module](#order-module). (Read-only).
- [`ProductVariant` data model \<\> `PriceSet` data model of Pricing Module](#pricing-module).
- [`Product` data model \<\> `SalesChannel` data model of Sales Channel Module](#sales-channel-module).
@@ -413,4 +413,4 @@ createRemoteLinkStep({
```
</CodeTab>
</CodeTabs>
</CodeTabs>