Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 3, 2018
1 parent 9477dc5 commit 4e945b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dusk.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,9 @@ When making a path assertion such as `$browser->assertPathIs('/home')`, the asse

$browser->waitForLocation('/secret');

You may also wait for a route:
You may also wait for a named route's location:

$browser->waitForRoute($name, $parameters);
$browser->waitForRoute($routeName, $parameters);

#### Waiting for Page Reloads

Expand Down

0 comments on commit 4e945b0

Please sign in to comment.