We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57117c1 commit d0c953aCopy full SHA for d0c953a
1 file changed
README.md
@@ -73,7 +73,7 @@ Typically, the configuration just passes the items you want to offer:
73
74
purchaseManager.install(new MyPurchaseObserver(), pmc, true);
75
76
-When the PurchaseManager is sucessfully installed, your `PurchaseObserver` will receive a
+When the PurchaseManager is successfully installed, your `PurchaseObserver` will receive a
77
callback and `purchaseManager.installed()` will return `true`. That might take some seconds depending
78
on the payment service. You can now request information or purchase items.
79
0 commit comments