Skip to content

Commit

Permalink
fix(readme): Correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
John Persson committed Oct 22, 2017
1 parent 8ed497e commit e3b15fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ yarn install @humblebee/styled-components-breakpoint
npm install @humblebee/styled-components-breakpoint
```
---

``
### Usage and setup

The default export of `styled-components-breakpoint` is a function that accepts a `config` object of breakpoints. This will return an object with three main utility methods/mixins: `up` (min-width), `down` (max-width) and `only` (a range between two media queries), all described in detail below.
Expand Down Expand Up @@ -64,7 +64,7 @@ breakpoint.only('m', 'xl')

#### Shorthand

There is also a shorthand for mobile first media queries (min-width). Calling `breakpoint.m` is the same as `breakppoint.up('m')`.
There is also a shorthand for mobile first media queries (min-width). Calling `breakpoint.m` is the same as `breakpoint.up('m')`.

```javascript
`breakpoint.m'`
Expand Down

0 comments on commit e3b15fc

Please sign in to comment.