Skip to content

Commit ee949bb

Browse files
committed
Minor rewrite
1 parent e405e39 commit ee949bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/Pages/server-side-setup.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export default function () {
4949
<H2>Root template</H2>
5050
<P>
5151
Next, setup the root template that will be loaded on the first page visit to your application. This template{' '}
52-
is responsible for loading your site assets (CSS and JavaScript). It should include your assets, as well{' '}
53-
as the <Code>@inertia</Code> and <Code>@inertiaHead</Code> directives.
52+
should include your site's CSS and JavaScript assets, along with the <Code>@inertia</Code> and{' '}
53+
<Code>@inertiaHead</Code> directives.
5454
</P>
5555
<TabbedCode
5656
examples={[

0 commit comments

Comments
 (0)