Fixed a typo error (#21090)

Fixed a typo error on line 96. 'easier' was spelt 'easire'.
This commit is contained in:
Amoo Olusola Simeon
2018-11-01 08:31:28 +01:00
committed by Manish Giri
parent 377230e40e
commit 8ada0fb6f8

View File

@ -93,7 +93,7 @@ and (orientation: landscape) {
### Breakpoints based on Content
This is the most preferred choice while making or writing the breakpoint rules. Because it is easire to adjust your content according a particular layout only when it requires a change.
This is the most preferred choice while making or writing the breakpoint rules. Because it is easier to adjust your content according a particular layout only when it requires a change.
```
@media only screen (min-width: 768px){
...