Skip to content

Commit e3b15fc

Browse files
author
John Persson
committed
fix(readme): Correct spelling
1 parent 8ed497e commit e3b15fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ yarn install @humblebee/styled-components-breakpoint
1717
npm install @humblebee/styled-components-breakpoint
1818
```
1919
---
20-
20+
``
2121
### Usage and setup
2222

2323
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.
@@ -64,7 +64,7 @@ breakpoint.only('m', 'xl')
6464

6565
#### Shorthand
6666

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

6969
```javascript
7070
`breakpoint.m'`

0 commit comments

Comments
 (0)