Skip to content

Commit

Permalink
Fix Rending to Rendering. Update misspelling. (#8034)
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftLogan authored Jul 11, 2022
1 parent d9209fd commit a047d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ import.meta.env.VITE_SENTRY_DSN_PUBLIC
<a name="ssr"></a>
## 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';
Expand Down

0 comments on commit a047d83

Please sign in to comment.