Skip to content

Commit

Permalink
docs: typos (#2684)
Browse files Browse the repository at this point in the history
Hi!

While reviewing the documentation, I noticed a couple of minor typos in
the `useIAP()` hook usage example. I am submitting this pull request to
correct them. Please let me know if there are any additional changes or
reviews needed.

Thanks for maintaining such a helpful library!

Best regards,
Eugene
  • Loading branch information
burivuhster committed Feb 9, 2024
1 parent 1458f3a commit d72ce49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/api-reference/hooks.md
Expand Up @@ -34,7 +34,7 @@ const App = () => {
products,
promotedProductsIOS,
subscriptions,
purchaseHistories,
purchaseHistory,
availablePurchases,
currentPurchase,
currentPurchaseError,
Expand All @@ -43,7 +43,7 @@ const App = () => {
getProducts,
getSubscriptions,
getAvailablePurchases,
getPurchaseHistories,
getPurchaseHistory,
} = useIAP();

const handlePurchase = async (sku: string) => {
Expand Down

0 comments on commit d72ce49

Please sign in to comment.