diff --git a/docs/src/pages/[platform]/getting-started/troubleshooting/troubleshooting.react.mdx b/docs/src/pages/[platform]/getting-started/troubleshooting/troubleshooting.react.mdx index 370f5e4ee94..3457ecb15dd 100644 --- a/docs/src/pages/[platform]/getting-started/troubleshooting/troubleshooting.react.mdx +++ b/docs/src/pages/[platform]/getting-started/troubleshooting/troubleshooting.react.mdx @@ -96,7 +96,7 @@ When working with a [Vite](https://vitejs.dev) project you must make a few modif ``` -**2.** Update the `vite.config.js` and add in a resolve alias inside the `defineConfig({})` as seen below. +**2.** Update the `vite.config.js` and add a resolve alias inside the `defineConfig({})` as seen below. ```js export default defineConfig({