Skip to content

Commit 056196a

Browse files
author
jacob-tabak
committed
spelling
1 parent f190b9d commit 056196a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ The StickyHeaders aren't aware of your adapter so if you must notify them when y
8383
});
8484
```
8585

86-
If the Reccylerview's layout manager implements getExtraLayoutSpace (to preload more content then is visible for preformance resaons), you must implment ItemVisibilityAdapter and pass an instance as a second argment to StickyRecyclerHeadersDecoration's constuctor.
86+
If the Recyclerview's layout manager implements getExtraLayoutSpace (to preload more content then is
87+
visible for performance reasons), you must implement ItemVisibilityAdapter and pass an instance as a
88+
second argument to StickyRecyclerHeadersDecoration's constructor.
8789
```java
8890
@Override
8991
public boolean isPositionVisible(final int position) {

0 commit comments

Comments
 (0)