Skip to content

Commit 8736699

Browse files
Fix inconsistent name
1 parent ef700a1 commit 8736699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02-GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Then we are sent to a user page, where we see the text `Hello, %username%`. Let'
120120
<?php
121121
class SigninCest
122122
{
123-
public function loginSuccessfully(AcceptanceTester $I)
123+
public function signInSuccessfully(AcceptanceTester $I)
124124
{
125125
$I->amOnPage('/login');
126126
$I->fillField('Username','davert');

0 commit comments

Comments
 (0)