Skip to content

Commit

Permalink
docs(responsive): Minor tweak to example explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Feb 1, 2018
1 parent 121e5c5 commit 3e276db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Responsive/Responsive.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ initialState = {
</div>
```

In the above example you can insert your own guessing logic for the initial state of the device variable. Therefore, if you have a media query to target small screens and the request is coming from a mobile device, only the render on the Media component that matches the user agent renders on the server side.
In the above example you can insert your own guessing logic for the initial state of the device variable. Therefore, if you have a media query to target large screens and the request is coming from a desktop device, only the render on the `Responsive` component that matches the user agent renders on the server side.

### Testing responsive behaviour

Expand Down

0 comments on commit 3e276db

Please sign in to comment.