From 52eedafbe610ddce3794dbe40b4473b30274183f Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Thu, 8 Sep 2022 10:48:27 +0200 Subject: [PATCH 1/3] Typo: executation -> execution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ba8ba8..3766575 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The filter reduces the transfer size of HTML files by removing the comments. Dep ### \RenatoMarinho\LaravelPageSpeed\Middleware\CollapseWhitespace::class The **CollapseWhitespace::class** filter reduces bytes transmitted in an HTML file by removing unnecessary whitespace. -This middleware invoke **RemoveComments::class** filter before executation. +This middleware invoke **RemoveComments::class** filter before execution. > **Note**: Do not register the "RemoveComments::class" filter with it. Because it will be called automatically by "CollapseWhitespace::class" From deb3954a9a9a708515f5c976c206fbc4b09865de Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Thu, 8 Sep 2022 10:49:20 +0200 Subject: [PATCH 2/3] Wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3766575..131637a 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Defers the execution of javascript in the HTML. ## Configuration -After installing package, you may need to configure some options. +After installing the package, you may need to configure some options. ### Disable Service @@ -136,7 +136,7 @@ You would probably like to configure the package to skip some routes. ]; ``` -By default this field comes configured with some options, so feel free to configure according to your needs... +By default this field comes configured with some options, so feel free to configure it according to your needs... > *Notice*: This package skip automatically 'binary' and 'streamed' responses. See [File Downloads][link-file-download]. From 95c497345bfe99abc6f708cb6613d07aa63cb37b Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Thu, 8 Sep 2022 10:51:36 +0200 Subject: [PATCH 3/3] Wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 131637a..e517e00 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ You would probably like to configure the package to skip some routes. By default this field comes configured with some options, so feel free to configure it according to your needs... -> *Notice*: This package skip automatically 'binary' and 'streamed' responses. See [File Downloads][link-file-download]. +> *Notice*: This package automatically skips 'binary' and 'streamed' responses. See [File Downloads][link-file-download]. ## Testing