Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 1a3c0bd

Browse files
committed
Merge pull request #84 from pdfernhout/typo-fix
Fixed typo in comment in jquery/parallax.ts
2 parents 5eaa1aa + de378e5 commit 1a3c0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery/parallax.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Parallax {
1010
* Creates a Container for a Parallax
1111
*
1212
* @param {HTMLElement} scrollableContent The container that will be parallaxed
13-
* @param {perspective} perspective The ratio of how much back content should be scroleld relative to forward content. For example, if this value is 0.5, and there are 2 surfaces,
13+
* @param {perspective} perspective The ratio of how much back content should be scrolled relative to forward content. For example, if this value is 0.5, and there are 2 surfaces,
1414
* the front-most surface would be scrolled normally, and the surface behind it would be scrolled half as much.
1515
*/
1616
constructor(scrollableContent: HTMLElement,

0 commit comments

Comments
 (0)