Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos #169

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Typos #169

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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

Expand All @@ -136,9 +136,9 @@ 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].
> *Notice*: This package automatically skips 'binary' and 'streamed' responses. See [File Downloads][link-file-download].

## Testing

Expand Down