diff --git a/index.html b/index.html
index 742ff19..de5c68c 100644
--- a/index.html
+++ b/index.html
@@ -456,7 +456,7 @@ Asynchronous version of
provided for compatibility with getPNG
,
which has no synchronous equivalent.
The callback recieves an object containing:
+The callback receives an object containing:
url
: The URL of the generated blob.latest
: True if the URL given is still valid; subsequent calls to this method will invalidate previous URLs.resolution
: Desired pixels-per-unit.size
: Optional width and/or height to render the image at (defaults to the unit size of the diagram). The final output will have size width * resolution
× height * resolution
.The callback recieves an object containing:
+The callback receives an object containing:
url
: The URL of the generated blob.latest
: True if the URL given is still valid; subsequent calls to this method will invalidate previous URLs.