Skip to content

Commit

Permalink
amend method name
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPurvis committed Aug 13, 2023
1 parent 8b1403c commit 64020d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expectations.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ expect('pestphp')->toBeAlpha();
This expectation ensures that `$value` only contains alphanumeric characters.

```php
expect('pestPHP123')->toBeAlpha();
expect('pestPHP123')->toBeAlphaNumeric();
```

---
Expand Down

0 comments on commit 64020d0

Please sign in to comment.