Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlkn committed Jan 7, 2017
1 parent 49c42de commit 3375acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/skel.md
Expand Up @@ -36,7 +36,7 @@ skel

/* do DOM ready stuff */

if (skel.breakpoints("small").active) {
if (skel.breakpoint("small").active) {
/* do something specific for small displays */
}

Expand Down

0 comments on commit 3375acd

Please sign in to comment.