diff --git a/src/Concerns/MakesAssertions.php b/src/Concerns/MakesAssertions.php index fb74ccfe5..922cd8650 100644 --- a/src/Concerns/MakesAssertions.php +++ b/src/Concerns/MakesAssertions.php @@ -721,7 +721,7 @@ public function assertPresent($selector) } /** - * Assert that the element matching the given selector is not present. + * Assert that the element matching the given selector is not present in the source. * * @param string $selector * @return $this