Skip to content

Commit 31dee21

Browse files
committed
fix mistake in readme
1 parent eae06e9 commit 31dee21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $this->get(route('about'))
6363

6464
### Testing the DOM
6565
When calling a route in a test you might want to make sure that the view contains certain elements. To test this you can use the `->assertElementExists()` method on the test response.
66-
The following will ensure that there is a html tag in the parsed response. Be aware that this package assumes a proper html structure and will wrap your html in a html, head and body tag if they are missing!
66+
The following will ensure that there is a body tag in the parsed response. Be aware that this package assumes a proper html structure and will wrap your html in a html, head and body tag if they are missing!
6767
```php
6868
$this->get('/some-route')
6969
->assertElementExists();

0 commit comments

Comments
 (0)