From be6be0a9a209b2d30837700dada8bb73a8db7558 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Wed, 20 Mar 2024 14:11:38 +0100 Subject: [PATCH] Fix doc block --- library/Pdfexport/HeadlessChrome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */