diff --git a/src/Columns/Column.php b/src/Columns/Column.php index 35ff9571..ed8c002c 100644 --- a/src/Columns/Column.php +++ b/src/Columns/Column.php @@ -138,7 +138,7 @@ public function isSearchable(): bool } /** - * * Conver the column to a table head. + * * Convert the column to a table head. */ public function toHead(Request $request): array { @@ -152,7 +152,7 @@ public function toHead(Request $request): array } /** - * Conver the column to a cell. + * Convert the column to a cell. */ public function toCell(Request $request, Model $model): array { diff --git a/src/Fields/Relation.php b/src/Fields/Relation.php index 72445312..3bea0069 100644 --- a/src/Fields/Relation.php +++ b/src/Fields/Relation.php @@ -266,7 +266,7 @@ protected function buildApiUri(Model $model): ?string } /** - * Get the option represenation of the model and the related model. + * Get the option representation of the model and the related model. */ public function toOption(Request $request, Model $model, Model $related): array { diff --git a/src/Fields/Repeater.php b/src/Fields/Repeater.php index ad300e6e..e0ea2fc5 100644 --- a/src/Fields/Repeater.php +++ b/src/Fields/Repeater.php @@ -164,7 +164,7 @@ public function buildOption(Request $request, Model $model): array } /** - * Get the option represenation of the model and the temporary model. + * Get the option representation of the model and the temporary model. */ public function toOption(Request $request, Model $model, Model $tmpModel): array {