Skip to content

Commit 2aa5afd

Browse files
committed
docs: fix typo
1 parent 9d16219 commit 2aa5afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ public function countAllResults(bool $reset = true, bool $test = false)
589589
}
590590

591591
// When $reset === false, the $tempUseSoftDeletes will be
592-
// dependant on $useSoftDeletes value because we don't
592+
// dependent on $useSoftDeletes value because we don't
593593
// want to add the same "where" condition for the second time
594594
$this->tempUseSoftDeletes = $reset
595595
? $this->useSoftDeletes

0 commit comments

Comments
 (0)