diff --git a/docs/game_sdk/Store.md b/docs/game_sdk/Store.md index 51ebcd37ae..9d7654b452 100644 --- a/docs/game_sdk/Store.md +++ b/docs/game_sdk/Store.md @@ -9,7 +9,7 @@ > danger > The GameSDK's Achievements, Applications, Voice, Images, Lobbies, Networking, Storage, and Store (purchases and discounts) features have been deprecated, and will be decommissioned on **May 2, 2023**. [Read more](#DOCS_CHANGE_LOG/gamesdk-feature-deprecation) -If your game has DLC or offers in-app purchases, this manager is for you! The Store Manager allows you to fetch a users' entitlements, as well as being notified when a user is granted an entitlement from a purchase flow for your game. +If your game has DLC or offers in-app purchases, this manager is for you! The Store Manager allows you to fetch a user's entitlements, as well as being notified when a user is granted an entitlement from a purchase flow for your game. ## Application Test Mode