Skip to content

Commit 02e4ae7

Browse files
committed
docs: correction
1 parent 1d65d53 commit 02e4ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/usage/components/parallax-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following props configure the `<ParallaxProvider>` component:
3535

3636
## Example: Scroll Container
3737

38-
By default the <ParallaxProvider\> defaults to the document scrolling element. If your app's overflow is a unique element you need to provide the element as the `scrollContainer`. Here's how:
38+
By default the <ParallaxProvider\> uses the document scrolling element. If your app's overflow is a unique element you need to provide the element as the `scrollContainer`. Here's how:
3939

4040
```tsx
4141
import * as React from 'react';

0 commit comments

Comments
 (0)