Skip to content

Commit

Permalink
Merge pull request laravel#1500 from bmitch/typos
Browse files Browse the repository at this point in the history
An extra ;
  • Loading branch information
taylorotwell committed Jun 2, 2015
2 parents 3fbddf1 + 9f44d5d commit baf7bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ We can write a test to complete this form and inspect the result:
$this->visit('/register')
->type('Taylor', 'name')
->check('terms')
->press('Register');
->press('Register')
->seePageIs('/dashboard');
}

Expand Down

0 comments on commit baf7bea

Please sign in to comment.