From a047d83f5c75262935295223937fb532ecb7be62 Mon Sep 17 00:00:00 2001 From: "Logan H. Craft" Date: Mon, 11 Jul 2022 07:44:42 -0400 Subject: [PATCH] Fix Rending to Rendering. Update misspelling. (#8034) --- vite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.md b/vite.md index 9d233396222..65f8e560ed8 100644 --- a/vite.md +++ b/vite.md @@ -359,7 +359,7 @@ import.meta.env.VITE_SENTRY_DSN_PUBLIC ## Server-Side Rendering (SSR) -The Laravel Vite plugin makes it painless to set up server-side rending with Vite. To get started, create an SSR entry point at `resources/js/ssr.js` and specify the entry point by passing a configuration option to the Laravel plugin: +The Laravel Vite plugin makes it painless to set up server-side rendering with Vite. To get started, create an SSR entry point at `resources/js/ssr.js` and specify the entry point by passing a configuration option to the Laravel plugin: ```js import { defineConfig } from 'vite';