Skip to content

Commit

Permalink
fix markdown typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SassNinja committed Jun 21, 2018
1 parent c76adbe commit 27970ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ This option tells the plugin which media queries are supposed to get extracted.

**Tip:** you can use the same name for different media queries to concatenate them (e.g. desktop portrait and desktop landscape)

```javasript
```javascript
queries: {
'print, screen and (max-width: 60em) and (orientation: portrait)': 'desktop',
'print, screen and (max-width: 60em) and (orientation: landscape)': 'desktop'
Expand Down

0 comments on commit 27970ff

Please sign in to comment.