Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixing typo thanks to a comment
  • Loading branch information
weaverryan committed Sep 10, 2015
1 parent 3c80df2 commit 3c795c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knpu/episode2/testing-forms.rst
Expand Up @@ -90,7 +90,7 @@ shows up after the redirect::
$this->assertTrue($client->getResponse()->isRedirect());
$client->followRedirect();
$this->assertContains(
'Welcome to the Death Star! Have a magical day!',
'Welcome to the Death Star, have a magical day!',
$client->getResponse()->getContent()
);
}
Expand Down

0 comments on commit 3c795c5

Please sign in to comment.