Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/detox.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ As you see, CodeceptJS test is shorter and easier to follow. By simplifying the

## Setup

It is important to follow [Detox guide](https://github.com/wix/Detox/blob/master/docs/Introduction.GettingStarted.md) to build an application with Detox test instrouments included.
It is important to follow [Detox guide](https://github.com/wix/Detox/blob/master/docs/Introduction.GettingStarted.md) to build an application with Detox test instruments included.

After you install Detox, create configuration and build an application using `detox build` command, you are ready to integrate Detox with CodeceptJS.

Expand Down