Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 9b609c3

Browse files
committed
fixing typo in docs. closes #137
1 parent 64efa27 commit 9b609c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Ardent will automatically replace the plain-text password attribute with secure
378378
<a name="uniquerules"></a>
379379
## Updates with Unique Rules
380380

381-
Ardent can assist you with unique updates. According to the Lavavel Documentation, when you update (and therefore validate) a field with a unique rule, you have to pass in the unique ID of the record you are updating. Without passing this ID, validation will fail because Laravel's Validator will think this record is a duplicate.
381+
Ardent can assist you with unique updates. According to the Laravel Documentation, when you update (and therefore validate) a field with a unique rule, you have to pass in the unique ID of the record you are updating. Without passing this ID, validation will fail because Laravel's Validator will think this record is a duplicate.
382382

383383
From the Laravel Documentation:
384384

0 commit comments

Comments
 (0)