Skip to content

Commit 538da9f

Browse files
authored
Update src/content/docs/images/tutorials/optimize-mobile-viewing.mdx
1 parent 2234fe9 commit 538da9f

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
@@ -15,7 +15,7 @@ Lazy loading has two main advantages:
1515
Lazy loading is natively supported on all Chromium-based browsers like Chrome, Safari, Firefox, Opera, and Edge.
1616

1717
:::note
18-
If you use older methods, involving custom Javascript or a Javascript library, lazy loading may increase the initial load time of the page since the browser needs to download, parse, and execute Javascript.
18+
If you use older methods, involving custom JavaScript or a JavaScript library, lazy loading may increase the initial load time of the page since the browser needs to download, parse, and execute JavaScript.
1919
:::
2020

2121
## Modify your loading attribute

0 commit comments

Comments
 (0)