Skip to content

Commit 74e7020

Browse files
amaidahsghall
authored andcommitted
Update README.md
Fix `your` to `you're`
1 parent aee2ca5 commit 74e7020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ import { Handle, Track, Tick } from './your-local-slider-components'
146146

147147
This library takes a [compound component](https://www.youtube.com/watch?v=hEGg-3pIHlE) approach to creating sliders that separates the data/logic from presentation.
148148

149-
If your familiar with Kent Dodd's work on Paypal's [downshift](https://github.com/paypal/downshift) or [react-toggled](https://github.com/kentcdodds/react-toggled) then the pattern should seem familiar.
149+
If you're familiar with Kent Dodd's work on Paypal's [downshift](https://github.com/paypal/downshift) or [react-toggled](https://github.com/kentcdodds/react-toggled) then the pattern should seem familiar.
150150
The components use the [function as child components pattern](https://medium.com/merrickchristensen/function-as-child-components-5f3920a9ace9).
151151

152152
In practical terms this means you can create just about any kind of slider you can imagine and use whatever style approach you want.

0 commit comments

Comments
 (0)