Skip to content

Commit 7be9197

Browse files
authored
Update 16/umbraco-commerce/key-concepts/product-adapters.md
1 parent 1882961 commit 7be9197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-commerce/key-concepts/product-adapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class MyCustomProductAdapter : ProductAdapterBase
3030

3131
All Product Adapters implement the `ProductAdapterBase` base class which requires two method implementations:
3232

33-
* A `GetProductSnapshotAsync` methods that retrieve a Product Snapshot for either a product or product variant by reference parameters.
33+
* A `GetProductSnapshotAsync` method that retrieves a Product Snapshot for either a product or a product variant by reference parameters.
3434
* A `TryGetProductReferenceAsync` method which retrieves a product/variant reference for a product that belongs to a given `storeId` and has the given `sku`.
3535

3636
A Product Snapshot consists of the following properties in order to present a Product to Umbraco Commerce in a standard way.

0 commit comments

Comments
 (0)