Skip to content

Commit 9ce8c08

Browse files
committed
tweak comment
1 parent c299d8b commit 9ce8c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-dev/vite/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ export const reactRouterVitePlugin: ReactRouterVitePlugin = () => {
631631
.map((key, index) => {
632632
let route = routes[key]!;
633633
if (isSpaMode && key !== "root") {
634-
// In SPA mode, we only pre-render to the root route and it's `HydrateFallback`.
634+
// In SPA mode, we only pre-render the root route and its `HydrateFallback`.
635635
// Therefore, we can stub all other routes with an empty module as they
636636
// (and their deps) may not be compatible with server-side rendering.
637637
// This also helps keep the build fast.

0 commit comments

Comments
 (0)