Skip to content

Commit 75d8eef

Browse files
Merge pull request #1374 from JamBalaya56562/docs-typos
docs: fix typos
2 parents d2da723 + 92c2c6e commit 75d8eef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ npm run test:node -- packages/optimizer
8989

9090
### Style & Linting
9191

92-
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:
92+
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:
9393

9494
```
9595
# run ESLint

packages/cors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ app.use(ampCors({
8484

8585
### Logging
8686

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

8989
```
9090
app.use(ampCors({

packages/optimizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Enables hero image optimization. Hero images will either be auto detected or you
244244

245245
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.
246246

247-
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/).
247+
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/).
248248

249249
- name: `optimizeHeroImages`
250250
- valid options: `[true|false]`

0 commit comments

Comments
 (0)