Skip to content

Commit 7e6f14e

Browse files
authored
Update src/content/docs/images/tutorials/optimize-mobile-viewing.mdx
1 parent fe869cc commit 7e6f14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/images/tutorials/optimize-mobile-viewing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ There are two possible `loading` attributes for your `<img>` tags: `lazy` and `
2626

2727
### Lazy loading
2828

29-
Lazy loading is recommended for most images. With Lazy loading, resources like images are deferred until they reach a certain distance from the viewpoint. If an image doesn't reach the threshold, then it does not get loaded.
29+
Lazy loading is recommended for most images. With Lazy loading, resources like images are deferred until they reach a certain distance from the viewport. If an image doesn't reach the threshold, then it does not get loaded.
3030

3131
Example of modifying the `loading` attribute of your `<img>` tags to be `"lazy"`:
3232
````HTML

0 commit comments

Comments
 (0)