diff --git a/apps/docs/content/getting-started/installation-path/react.mdx b/apps/docs/content/getting-started/installation-path/react.mdx index 59b3d6343..2306f06a0 100644 --- a/apps/docs/content/getting-started/installation-path/react.mdx +++ b/apps/docs/content/getting-started/installation-path/react.mdx @@ -19,7 +19,7 @@ Run the following command to install Hopper packages and their peer dependencies ### Setup provider -Wrap your application with the [HopperProvider](/components/HopperProvider) component. This sets up the global styles and context required for the Hopper components. Typically, this is done in your `index.tsx` or `app.tsx`, but it may vary depending on your setup. +Wrap your application with the [HopperProvider](/components/HopperProvider) component. This sets up the global styles and context required for Hopper components. Typically, this is done in your `index.tsx` or `app.tsx`, but it may vary depending on your setup. ```tsx import { HopperProvider } from "@hopper-ui/components";