Skip to content

Commit

Permalink
Readme typo fixes (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Gonzalo Stoll <gonzalostoll@gonzalo.local>
  • Loading branch information
gonstoll and Gonzalo Stoll authored Nov 27, 2023
1 parent 5dd9f67 commit 317f014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install @epic-web/client-hints

## The Problem

Sometimes your server render code needs to know something about the client that
Sometimes your server rendered code needs to know something about the client that
the browser doesn't send. For example, the server might need to know the user's
preferred language, or whether the user prefers light or dark mode.

Expand All @@ -58,7 +58,7 @@ happens for this reason.

Client hints are a way to avoid this problem. The
[standard](https://wicg.github.io/user-preference-media-features-headers/#usage-example)
for this are still a work in progress and there is uncertainty when they will
for this is still a work in progress and there is uncertainty when they will
land in all major browsers we are concerned with supporting. So this is a
"ponyfill" of sorts of a similar feature to the client hints headers proposed to
the standard.
Expand Down

0 comments on commit 317f014

Please sign in to comment.