Skip to content

Commit a03c74c

Browse files
authored
fixing small typo in readme
1 parent a8da47f commit a03c74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You MUST pass a single child element to the `<DateRangePicker />` component- and
8484
Passing custom react components is not currently supported b/c this lib needs a single dom node to initialize.
8585

8686
NOTE: This component should be used as an [Uncontrolled Component](https://reactjs.org/docs/uncontrolled-components.html). If you try
87-
to control the value of your child `<input />`, the you will probably encounter issues.
87+
to control the value of your child `<input />`, then you will probably encounter issues.
8888

8989
There are 2 methods from the upstream lib that can be called: `setStartDate` and `setEndDate`, but you need to use refs when doing so.
9090
Please view the storybook for an example of this.

0 commit comments

Comments
 (0)