Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Nov 9, 2023
1 parent 5d8d856 commit 7c6f293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ public function orderByDesc(string $attribute): static
}

/**
* Determine if the query has a sotr request control header.
* Determine if the query has a sort request control header.
*/
public function hasOrderBy(): bool
{
Expand Down

0 comments on commit 7c6f293

Please sign in to comment.