summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nomm <asko@bien.ee>2022-02-23 00:18:15 +0100
committerAsko Nomm <asko@bien.ee>2022-02-23 00:18:15 +0100
commit6b5b238e838116560e298deff4c9bcab140ac050 (patch)
tree0f85abcc05b4839e66f95b46ce877171c45ae894 /README.md
parenta4f9514f1df22e6f2948a29ab94ba3e5a5fec3cd (diff)
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 075f1c3..6848e04 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ You can also get the first error rather than all errors by using the method `$bo
## Built-in validators
-There are a number of built-in validators avaiable for use by default. If you want to remove a built-in validator, you can remove one using the `$bouncer->removeValidator('rule-name')` method.
+There are a number of built-in validators available for use by default. If you want to remove a built-in validator, you can remove one using the `$bouncer->removeValidator('rule-name')` method.
### `email`