From 27970ff954cd1653196b9fb19c061ec10caf1dee Mon Sep 17 00:00:00 2001 From: SassNinja Date: Thu, 21 Jun 2018 16:58:03 +0200 Subject: [PATCH] fix markdown typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f4551a..455907a 100644 --- a/README.md +++ b/README.md @@ -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'