Skip to content

Commit b02bd60

Browse files
authored
Merge pull request alvarotrigo#2368 from xfq/patch-2
Typo fix
2 parents d1bd619 + 5fa2719 commit b02bd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Note that section anchors can also be defined in the same way, by using the `dat
250250
**Be careful!** `data-anchor` tags can not have the same value as any ID element on the site (or NAME element for IE).
251251

252252
### Creating smaller or bigger sections
253-
[Demo](http://codepen.io/alvarotrigo/pen/BKjRYm) fullPage.js provides a way to remove the full height restriction from its sections and slides. It is possible to create sections which height is smaller or bigger thant the viewport. This is ideal for footers.
253+
[Demo](http://codepen.io/alvarotrigo/pen/BKjRYm) fullPage.js provides a way to remove the full height restriction from its sections and slides. It is possible to create sections which height is smaller or bigger than the viewport. This is ideal for footers.
254254
It is important to realise that it doesn't make sense to have all of your sections using this feature. If there is more than one section in the initial load of the site, the plugin won't scroll at all to see the next one as it will be already in the viewport.
255255

256256
To create smaller sections just use the class `fp-auto-height` in the section you want to apply it. It will then take the height defined by your section/slide content.

0 commit comments

Comments
 (0)