diff --git a/docs/pages/upgradeGuide/index.js b/docs/pages/upgradeGuide/index.js index cc3d52356f..1f740a61a1 100644 --- a/docs/pages/upgradeGuide/index.js +++ b/docs/pages/upgradeGuide/index.js @@ -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