You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: validation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1334,7 +1334,7 @@ The file under validation must have a user-assigned extension corresponding to o
1334
1334
'photo' => ['required', 'extensions:jpg,png'],
1335
1335
1336
1336
> **Warning**
1337
-
> You should never rely on validating a file by its user-assigned extension alone. This rule should typically always be used in combinatino with the [`mimes`](#rule-mimes) or [`mimetypes`](#rule-mimetypes) rules.
1337
+
> You should never rely on validating a file by its user-assigned extension alone. This rule should typically always be used in combination with the [`mimes`](#rule-mimes) or [`mimetypes`](#rule-mimetypes) rules.
0 commit comments