From 3bc3d6d9c3d89cfa356fe1f057d78de05d16924c Mon Sep 17 00:00:00 2001 From: alex <44968616+nderkim@users.noreply.github.com> Date: Fri, 4 Nov 2022 12:11:42 +1100 Subject: [PATCH] Minor fixes to docs --- docs/pages/styles/index.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/pages/styles/index.tsx b/docs/pages/styles/index.tsx index d6a0b83c62..e113c6e997 100644 --- a/docs/pages/styles/index.tsx +++ b/docs/pages/styles/index.tsx @@ -26,7 +26,7 @@ export default function Styles() { {md` # Styles - React Select offers 3 main APIs for styling; + React Select offers 3 main APIs for styling: - [The styles prop](#the-styles-prop) - [The classNames prop](#the-classnames-prop) @@ -35,8 +35,8 @@ export default function Styles() { ## The styles prop The recommended way to provide custom styles to \`react-select\` is to use the \`styles\` prop. - \`styles\` takes an object with [keys](#todo) to represent the various [inner components](#todo) that \`react-select\` is made up of. - Each inner component takes a callback function with the following signature; + \`styles\` takes an object with keys to represent the various [inner components](#inner-components) that \`react-select\` is made up of. + Each inner component takes a callback function with the following signature: ~~~jsx