Skip to content

Commit 1a4c5e4

Browse files
committed
comma
1 parent 5a46341 commit 1a4c5e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
./vendor/bin/pint
2-
./vendor/bin/phpstan analyse ./app
1+
# ./vendor/bin/pint
2+
# ./vendor/bin/phpstan analyse ./app

resources/js/Pages/Auth/Register.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function Register() {
4040
return (
4141
<AuthLayout
4242
title="Create an account"
43-
description="Enter your name, email and password below."
43+
description="Enter your name, email, and password below."
4444
>
4545
<Head title="Register" />
4646
<form className="flex flex-col gap-6" onSubmit={submit}>

0 commit comments

Comments
 (0)