From 01198648a0f4cd1198b1b41f7e89fc746a5cbeee Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 12 Mar 2024 17:46:34 +0000 Subject: [PATCH] chore(index): correct constructor description --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 4e2ca17c..99529f17 100644 --- a/src/index.js +++ b/src/index.js @@ -87,8 +87,8 @@ class Poppler { /** * @param {string} [binPath] - Path of poppler-utils binaries. * If not provided, the constructor will attempt to find the Poppler `pdfinfo` binary - * in the PATH environment variable and use that as the binary path for all binaries. - * For `win32` the binary is bundled with the package and will be used + * in the PATH environment variable and use that as the path for all binaries. + * For `win32` the binaries are bundled with the package and will be used * if a local installation is not found. */ constructor(binPath) {