diff --git a/library/Pdfexport/HeadlessChrome.php b/library/Pdfexport/HeadlessChrome.php index e85bd91..0c72fac 100644 --- a/library/Pdfexport/HeadlessChrome.php +++ b/library/Pdfexport/HeadlessChrome.php @@ -243,7 +243,7 @@ public function fromHtml($html, $asFile = false) } /** - * Tries to asynchronously generate/print a PDF raw string from the configured browser. + * Generate a PDF raw string asynchronously. * * @return ExtendedPromiseInterface */