Skip to content

Commit

Permalink
Fix tiny typo (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
lapfelix committed Nov 5, 2020
1 parent 0136453 commit a4841e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Purchases/Public/RCPurchases.h
Expand Up @@ -229,7 +229,7 @@ __attribute((deprecated("Use the set<NetworkId> functions instead.")));
NS_SWIFT_NAME(purchaserInfo(_:));

/**
Fetch the configured offerings for this users. Offerings allows you to configure your in-app products vis RevenueCat and greatly simplifies management. See the guide (https://docs.revenuecat.com/entitlements) for more info.
Fetch the configured offerings for this users. Offerings allows you to configure your in-app products via RevenueCat and greatly simplifies management. See the guide (https://docs.revenuecat.com/entitlements) for more info.
Offerings will be fetched and cached on instantiation so that, by the time they are needed, your prices are loaded for your purchase flow. Time is money.
Expand Down

0 comments on commit a4841e8

Please sign in to comment.