Skip to content

Commit

Permalink
Fix small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Feb 5, 2025
1 parent 37c7503 commit 484b94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-09-13-optimising-for-high-latency-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ approaches to optimising high-latency experiences—it is not about improving
metrics within the CrUX dataset. What follows is overall best-practice advice
for designing with latency in mind.

This section details opportunist upgrades we can make that will hopefully
This section details opportunistic upgrades we can make that will hopefully
improve latency-bound visitors’ experiences.

### Reduce Transfer Size
Expand Down Expand Up @@ -594,7 +594,7 @@ If you can’t avoid making preflight requests, read on.

If you’re building an SPA (which you probably are ([and you probably shouldn’t
be](https://x.com/csswizardry/status/1831039135290921254))), check what’s
happening with your client-size API calls.
happening with your client-side API calls.

## Pay Latency Costs Up-Front and Out of Band

Expand Down

0 comments on commit 484b94e

Please sign in to comment.