Skip to content

Commit 77649f1

Browse files
author
abrulic
committed
small fix in docs
1 parent 37dedc5 commit 77649f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/01-started/01-installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ All you have to do is add the plugin into the `plugins` array in your `vite.conf
3535
import { reactRouter } from '@react-router/dev/vite'
3636
import { defineConfig } from 'vite'
3737
import tsconfigPaths from 'vite-tsconfig-paths'
38-
+import { reactRouterDevTools } from "react-router-devtools";
38+
+ import { reactRouterDevTools } from "react-router-devtools";
3939

4040
export default defineConfig({
4141
- plugins: [reactRouter(), tsconfigPaths()],

docs/content/04-guides/03-hydrogen-oxygen.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ these dependencies will break the shopify CLI when running your React Router app
1212
In case your package.json script `dev` command looks like this:
1313

1414
```json
15-
"dev": "shopify hydrogen dev --codegen",
15+
"dev": "shopify hydrogen dev --codegen",
1616
```
1717

1818
This means you'll have to do the following to get it working.

0 commit comments

Comments
 (0)