Skip to content

Commit

Permalink
Fix type in HexRgbColor documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Henrique Moody <[email protected]>
  • Loading branch information
henriquemoody committed Mar 11, 2024
1 parent 788939e commit 955405b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rules/HexRgbColor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- `HexRgbColor()`

Validates weather the input is a hex RGB color or not.
Validates whether the input is a hex RGB color or not.

```php
v::hexRgbColor()->validate('#FFFAAA'); // true
Expand Down
2 changes: 1 addition & 1 deletion library/Rules/HexRgbColor.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Respect\Validation\Rules;

/**
* Validates weather the input is a hex RGB color or not.
* Validates whether the input is a hex RGB color or not.
*
* @author Davide Pastore <[email protected]>
* @author Henrique Moody <[email protected]>
Expand Down

0 comments on commit 955405b

Please sign in to comment.