Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ npm run test:node -- packages/optimizer

### Style & Linting

This codebase adheres to the [Google Javascript Styleguide](https://google.github.io/styleguide/jsguide.html) and is enforced using ESLint. ESLint is run as part of the test suite, but you can also explicity run it via:
This codebase adheres to the [Google Javascript Styleguide](https://google.github.io/styleguide/jsguide.html) and is enforced using ESLint. ESLint is run as part of the test suite, but you can also explicitly run it via:

```
# run ESLint
Expand Down
2 changes: 1 addition & 1 deletion packages/cors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ app.use(ampCors({

### Logging

For debugging requests, you can enable the verbose loggin mode via the `verbose` option:
For debugging requests, you can enable the verbose logging mode via the `verbose` option:

```
app.use(ampCors({
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Enables hero image optimization. Hero images will either be auto detected or you

The maximum number of hero images that can be marked up using `data-hero` is `2`. This number can be increased using the `maxHeroImageCount` parameter.

Hero images are optimized by server-side rendering the `img` element inside the `amp-img` element. This can siginificantly improve image rendering performance and reduce the [largest contentful paint](https://web.dev/lcp/) (LCP) metric from [Core Web Vitals](https://web.dev/vitals/).
Hero images are optimized by server-side rendering the `img` element inside the `amp-img` element. This can significantly improve image rendering performance and reduce the [largest contentful paint](https://web.dev/lcp/) (LCP) metric from [Core Web Vitals](https://web.dev/vitals/).

- name: `optimizeHeroImages`
- valid options: `[true|false]`
Expand Down