diff --git a/README.md b/README.md index 730f634..8b82292 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,8 @@ class AppServiceProvider extends ServiceProvider return $model->posts->count() > 0; }); ``` -**Note: Tho variable name passed to the `completeIf` callback must be `$model`** + +The variable name passed to the `completeIf` callback must be `$model`. ### Usage