Skip to content

Commit 3327058

Browse files
authored
typo in 03-AcceptanceTests - AcceptancTester
1 parent d163f1b commit 3327058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/03-AcceptanceTests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ $nickAdmin->leave();
731731

732732
{% endhighlight %}
733733

734-
Multi session testing is disabled by default. To enable it, add `\Codeception\Lib\Actor\Shared\Friend` into `AcceptancTester`.
734+
Multi session testing is disabled by default. To enable it, add `\Codeception\Lib\Actor\Shared\Friend` into `AcceptanceTester`.
735735

736736
{% highlight php %}
737737

@@ -898,4 +898,4 @@ If you need to access the database, you can use the [Db Module](http://codecepti
898898

899899

900900
* **Next Chapter: [FunctionalTests >](/docs/04-FunctionalTests)**
901-
* **Previous Chapter: [< GettingStarted](/docs/02-GettingStarted)**
901+
* **Previous Chapter: [< GettingStarted](/docs/02-GettingStarted)**

0 commit comments

Comments
 (0)