Skip to content

Commit 1701416

Browse files
committed
docs: typo
1 parent 08b6ec0 commit 1701416

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
@@ -8,7 +8,7 @@ The `<ParallaxProvider />` component is meant to wrap a root level component in
88

99
## Basic Example
1010

11-
This component should only be used once in you app, for instance in an `<AppContainer />` component that won't be mounted/unmounted during route changes. Like so:
11+
This component should only be used once in your app, for instance in an `<AppContainer />` component that won't be mounted/unmounted during route changes. Like so:
1212

1313
```tsx
1414
import { ParallaxProvider } from 'react-scroll-parallax';

0 commit comments

Comments
 (0)