Skip to content

Commit 550117a

Browse files
fix typo (laravel#8949)
1 parent 36b88b2 commit 550117a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ You may also assert that a given key has a particular validation error message.
13151315
<a name="assert-view-has"></a>
13161316
#### assertViewHas
13171317

1318-
Assert that the response view contains given a piece of data:
1318+
Assert that the response view contains a given piece of data:
13191319

13201320
$response->assertViewHas($key, $value = null);
13211321

0 commit comments

Comments
 (0)