Fix typo.

This commit is contained in:
Dillon Kearns 2020-06-09 08:27:16 -07:00 committed by GitHub
parent 67620a5124
commit 716e71c007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ type Flags value =
Right now, you can achieve the same result with a port.
## How do you handle responsive layouts when you don't the browser dimensions at build time?
## How do you handle responsive layouts when you don't know the browser dimensions at build time?
A lot of users are building their `elm-pages` views with `elm-ui`, so this is a common question because
`elm-ui` is designed to do responsive layouts by storing the browser dimensions in the Model and