diff --git a/src/Resources/Resource.php b/src/Resources/Resource.php index 1a765b08..23b2e63d 100644 --- a/src/Resources/Resource.php +++ b/src/Resources/Resource.php @@ -310,7 +310,7 @@ public function modelTitle(Model $model): string } /** - * Determine whether the resuorce model has root events. + * Determine whether the resource model has root events. */ public function hasRootEvents(): bool { @@ -318,7 +318,7 @@ public function hasRootEvents(): bool } /** - * Resovle the events field. + * Resolve the events field. */ public function resolveEventsField(Request $request): ?Events { @@ -326,7 +326,7 @@ public function resolveEventsField(Request $request): ?Events } /** - * Determine whether the resuorce model has root events. + * Determine whether the resource model has root events. */ public function translatable(): bool {