From a05300688d1e85d2f2556acd59b88042c1601292 Mon Sep 17 00:00:00 2001 From: Daniel Saidi Date: Thu, 9 Jan 2025 14:08:21 +0100 Subject: [PATCH] Update documentation --- Sources/StoreKitPlus/StoreKitPlus.docc/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/StoreKitPlus/StoreKitPlus.docc/Getting-Started.md b/Sources/StoreKitPlus/StoreKitPlus.docc/Getting-Started.md index e80de33..a330b91 100644 --- a/Sources/StoreKitPlus/StoreKitPlus.docc/Getting-Started.md +++ b/Sources/StoreKitPlus/StoreKitPlus.docc/Getting-Started.md @@ -140,7 +140,7 @@ The standard service communicates with StoreKit and syncs the result with the pr ## Syncing store data -To perform a product and purchase sync, you can fetch products and transactions from StoreKit. +To perform a product and purchase sync, you can fetch products and purchases from StoreKit. Using a ``StoreService`` lets you easily sync all data to a ``StoreContext``: