Skip to content

Commit 279f470

Browse files
docs: fix "(r)esource congestion" (#33392)
1 parent 2cda529 commit 279f470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/how-to/performance/improving-site-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Media files are often the largest files on a site, and so can delay page load si
194194

195195
[Gatsby Plugin Image](/docs/how-to/images-and-media/using-gatsby-image/) is our approach to optimizing image loading performance. It does three basic things:
196196

197-
1. It delays non-essential work for images not above the fold to avoid esource congestion.
197+
1. It delays non-essential work for images not above the fold to avoid resource congestion.
198198
2. It provides a placeholder during image fetch.
199199
3. It minimizes image file size to reduce request roundtrip time.
200200

0 commit comments

Comments
 (0)