Skip to content

Commit 4637dff

Browse files
authored
fix docs error in property name of Authenticated layout markdown creating-chirps file (#60)
1 parent 256720a commit 4637dff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/docs/inertia/creating-chirps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export default function Index({ auth }) {
297297
};
298298

299299
return (
300-
<AuthenticatedLayout user={auth.user}>
300+
<AuthenticatedLayout auth={auth}>
301301
<Head title="Chirps" />
302302

303303
<div className="max-w-2xl mx-auto p-4 sm:p-6 lg:p-8">

0 commit comments

Comments
 (0)