docs: fix the type information in in-app-purchase (#12824)

Method returns Boolean, Manually confirmed the
correctness by running `npm run create-api-json`.
This commit is contained in:
trop[bot]
2018-05-04 14:50:33 -07:00
committed by Shelley Vohr
parent 6af89eb260
commit f39cc1cc46

View File

@@ -30,7 +30,7 @@ The `inAppPurchase` module has the following methods:
### `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()`