Skip to content

Commit 5c33c8d

Browse files
authored
fix typo
missing space
1 parent 5916ec2 commit 5c33c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/02-GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Codeception follows simple naming rules to make it easy to remember (as well as
4545

4646
## Actors
4747

48-
One of the main concepts of Codeception is representation of tests as actions of a person.We have a UnitTester, who executes functions and tests the code. We also have a FunctionalTester, a qualified tester,
48+
One of the main concepts of Codeception is representation of tests as actions of a person. We have a UnitTester, who executes functions and tests the code. We also have a FunctionalTester, a qualified tester,
4949
who tests the application as a whole, with knowledge of its internals. Lastly we have an AcceptanceTester, a user who works with our application
5050
through an interface that we provide.
5151

@@ -435,4 +435,4 @@ After you have reviewed the basic concepts and configurations, you can start wri
435435

436436

437437
* **Next Chapter: [AcceptanceTests >](/docs/03-AcceptanceTests)**
438-
* **Previous Chapter: [< Introduction](/docs/01-Introduction)**
438+
* **Previous Chapter: [< Introduction](/docs/01-Introduction)**

0 commit comments

Comments
 (0)