Skip to content

Commit

Permalink
docs: Fix sp typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 9, 2025
1 parent de33701 commit b47b3ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docs/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Which will generate the following HTML markup for you:
>
```

Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, sp the placeholder image will be visible until the actual image loads.
Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, so the placeholder image will be visible until the actual image loads.

###### Using `.loadingStrategy('lazySizes')`

Expand Down Expand Up @@ -333,7 +333,7 @@ It’s expected that you will have loaded the lazysizes library already on the f
{{ craft.imageOptimize.renderLazySizesJs() }}
```

Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, sp the placeholder image will be visible until the actual image loads.
Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, so the placeholder image will be visible until the actual image loads.

###### `.loadingStrategy('lazySizesFallback')`

Expand Down Expand Up @@ -374,7 +374,7 @@ Then you just need to include the [lazysizes fallback script](https://web.dev/ar
{{ craft.imageOptimize.renderLazySizesFallbackJs() }}
```

Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, sp the placeholder image will be visible until the actual image loads.
Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, so the placeholder image will be visible until the actual image loads.

##### The `.placeholder()` Parameter

Expand Down Expand Up @@ -582,7 +582,7 @@ Which will generate the following HTML markup for you:
</picture>
```

Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, sp the placeholder image will be visible until the actual image loads.
Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, so the placeholder image will be visible until the actual image loads.

###### Using `.loadingStrategy('lazySizes')`

Expand Down Expand Up @@ -636,7 +636,7 @@ It’s expected that you will have loaded the lazysizes library already on the f
{{ craft.imageOptimize.renderLazySizesJs() }}
```

Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, sp the placeholder image will be visible until the actual image loads.
Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, so the placeholder image will be visible until the actual image loads.

###### `.loadingStrategy('lazySizesFallback')`

Expand Down Expand Up @@ -691,7 +691,7 @@ Then you just need to include the [lazysizes fallback script](https://web.dev/ar
{{ craft.imageOptimize.renderLazySizesFallbackJs() }}
```

Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, sp the placeholder image will be visible until the actual image loads.
Note that it sets the background image to the OptimizedImage’s placeholder via the `style` attribute, so the placeholder image will be visible until the actual image loads.

##### The `.placeholder()` Parameter

Expand Down

0 comments on commit b47b3ec

Please sign in to comment.