Skip to content

Commit 3b0e5f5

Browse files
authored
Fix typo in validation.md (laravel#9157)
1 parent fd6caab commit 3b0e5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ The file under validation must have a user-assigned extension corresponding to o
13341334
'photo' => ['required', 'extensions:jpg,png'],
13351335

13361336
> **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.
13381338
13391339
<a name="rule-file"></a>
13401340
#### file

0 commit comments

Comments
 (0)