From 6646ef71da63c91a297ca207f204a7fabaa527d4 Mon Sep 17 00:00:00 2001 From: Stephan Lee Date: Thu, 3 May 2018 08:51:54 -0700 Subject: [PATCH] docs: fix the type information in in-app-purchase Method returns Boolean, Manually confirmed the correctness by running `npm run create-api-json`. --- docs/api/in-app-purchase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/in-app-purchase.md b/docs/api/in-app-purchase.md index e2644d1d21c4..6e612a72e271 100644 --- a/docs/api/in-app-purchase.md +++ b/docs/api/in-app-purchase.md @@ -41,7 +41,7 @@ Retrieves the product descriptions. ### `inAppPurchase.canMakePayments()` -Returns `true` if the user can make a payment and `false` otherwise. +Returns `Boolean`, whether a user can make a payment. ### `inAppPurchase.getReceiptURL()`