Skip to content

Commit d0c953a

Browse files
author
TripleChecker
authored
Fix: Correct typos in README.md (#280)
1 parent 57117c1 commit d0c953a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Typically, the configuration just passes the items you want to offer:
7373

7474
purchaseManager.install(new MyPurchaseObserver(), pmc, true);
7575

76-
When the PurchaseManager is sucessfully installed, your `PurchaseObserver` will receive a
76+
When the PurchaseManager is successfully installed, your `PurchaseObserver` will receive a
7777
callback and `purchaseManager.installed()` will return `true`. That might take some seconds depending
7878
on the payment service. You can now request information or purchase items.
7979

0 commit comments

Comments
 (0)