Skip to content

Commit b899ae2

Browse files
authored
Merge pull request pmndrs#382 from gmenih341/fix/parallax-typo
fix: typo in parallax propstable
2 parents 6942571 + 5212d88 commit b899ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/Parallax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const START_TRANSLATE = 'translate(0px,0px)'
1515

1616
export class ParallaxLayer extends React.PureComponent {
1717
static propTypes = {
18-
/** Size of a page, (1=100%, 1.5=1 and 1/5, ...) */
18+
/** Size of a page, (1=100%, 1.5=1 and 1/2, ...) */
1919
factor: PropTypes.number,
2020
/** Determines where the layer will be at when scrolled to (0=start, 1=1st page, ...) */
2121
offset: PropTypes.number,

0 commit comments

Comments
 (0)