mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix various typos
Found via `codespell -q 3 -S ./LICENSE.txt,./tutorials/i18n,./_tools/codespell-ignore-lines.txt -L doubleclick,findn,lod,inout,nd,raison,te` and other means
This commit is contained in:
@@ -138,7 +138,7 @@ Example use of ``queryPurchases()``:
|
||||
" debug message: ", query_result.debug_message)
|
||||
|
||||
|
||||
You should query purchases during startup after succesfully retrieving SKU details.
|
||||
You should query purchases during startup after successfully retrieving SKU details.
|
||||
Since the user may make a purchase or resolve a pending transaction from
|
||||
outside your app, you should recheck for purchases when resuming from the
|
||||
background. To accomplish this, you can use the ``billing_resume`` signal.
|
||||
|
||||
Reference in New Issue
Block a user