Skip to content

Commit 4e306a6

Browse files
authored
Fix typo
It's `Laravel Dusk v2.x` not `Laravel v2.x` !
1 parent cb910c5 commit 4e306a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DOCUMENTATION/content/guides/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ You could choose to use either:
345345
1. Chrome Driver shipped with Laravel Dusk. (Default)
346346
2. Chrome Driver installed in `workspace` container. (Required tweak on DuskTestCase class)
347347

348-
For Laravel 2.x, you need to update `DuskTestCase#prepare` method if you wish to go with option #2.
348+
For Laravel Dusk 2.x, you need to update `DuskTestCase#prepare` method if you wish to go with option #2.
349349

350350
```
351351
@@ -365,7 +365,7 @@ abstract class DuskTestCase extends BaseTestCase
365365
}
366366
```
367367

368-
For Laravel 1.x, you need to add `DuskTestCase#buildChromeProcess` method if you wish to go with option #2.
368+
For Laravel Dusk 1.x, you need to add `DuskTestCase#buildChromeProcess` method if you wish to go with option #2.
369369

370370
```
371371
<?php

0 commit comments

Comments
 (0)