Skip to content

Commit

Permalink
fix comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Oct 23, 2023
1 parent e1fe5e6 commit 7cf06a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function jsonApiPaginate()
public function hasJoin()
{
/**
* Check wether join is already on the query instance.
* Check whether join is already on the query instance.
*
* @param string $joinTable
* @return bool
Expand Down
2 changes: 1 addition & 1 deletion src/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct(
}

/**
* Check wether include error trace.
* Check whether include error trace.
*/
protected function includesTrace(): bool
{
Expand Down
2 changes: 1 addition & 1 deletion src/Http/JsonApiResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ protected function serializeResponse(mixed $response): mixed
}

/**
* Get wether request is made within InertiaJS context.
* Get whether request is made within InertiaJS context.
*
* @param \Illuminate\Http\Request $request
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Apiable.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static function getModelResourceTypeMap()
}

/**
* Get model class from
* Get model class from given resource type.
*
* @return \Illuminate\Database\Eloquent\Model|false
*/
Expand Down

0 comments on commit 7cf06a1

Please sign in to comment.