Skip to content

Commit 581c04c

Browse files
authored
Spelling
1 parent 8b19ad4 commit 581c04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $request->validate(
9595
// CardExpirationDate requires date format
9696
$request->validate(
9797
['expiration_date' => '02-18'],
98-
['expiration_mont' => ['required', new LVR\CreditCard\CardExpirationDate('m-y')]]
98+
['expiration_month' => ['required', new LVR\CreditCard\CardExpirationDate('m-y')]]
9999
);
100100
```
101101
#### Directly

0 commit comments

Comments
 (0)