Skip to content

Commit

Permalink
docs(start/quickstart): Fix typo (#9429)
Browse files Browse the repository at this point in the history
  • Loading branch information
james0r committed May 20, 2024
1 parent 2e65318 commit abab4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
- jacob-ebey
- JacobParis
- jacobwgillespie
- james0r
- jakeginnivan
- jakewtaylor
- jamiebuilds
Expand Down
2 changes: 1 addition & 1 deletion docs/start/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ First, as a convenience, add `dev` and `start` commands in `package.json` that w

👉 **Add Vite development middleware to your server**

Vite middleware not applied if `process.env.NODE_ENV` is set to `"production"`, in which case you'll still be running the regular build output as you did earlier.
Vite middleware is not applied if `process.env.NODE_ENV` is set to `"production"`, in which case you'll still be running the regular build output as you did earlier.

```js filename=server.js lines=[4-11,14-18,20-25]
import { createRequestHandler } from "@remix-run/express";
Expand Down

0 comments on commit abab4f0

Please sign in to comment.