Skip to content

Commit

Permalink
Merge pull request #3466 from kumarharsh/patch-2
Browse files Browse the repository at this point in the history
Fixed incorrect prop in upgrade guide
  • Loading branch information
JedWatson authored Mar 12, 2019
2 parents c75c6cb + 5fa67d3 commit 71df767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/upgradeGuide/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ be handled with the new styles API:
### Using classNames
If you provide the \`className\` prop to react-select, all inner elements will
If you provide the \`classNamePrefix\` prop to react-select, all inner elements will
be given a className based on the one you have provided.
For example, given \`className="react-select"\`, the DOM would roughtly look
For example, given \`classNamePrefix="react-select"\`, the DOM would roughly look
like this:
~~~html
Expand Down

0 comments on commit 71df767

Please sign in to comment.