Skip to content

Commit

Permalink
docs(affix mode README): correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhkmatthews committed Jun 6, 2018
1 parent ee86d0d commit 6689981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ In this scenario the nav element will have the class `sn-affix` added when the u
}
```

A `[yOffset` can also be applied. Here `sn-affix` will be added when the top of the viewport is within 200 pixels of the top of the nav.
A `[yOffset]` can also be applied. Here `sn-affix` will be added when the top of the viewport is within 200 pixels of the top of the nav.

```html
<header>...</header>
Expand Down

0 comments on commit 6689981

Please sign in to comment.