From 65060602cf8b4e145975415302ebf70afeaa1b72 Mon Sep 17 00:00:00 2001 From: javigomez <1375475+javigomez@users.noreply.github.com> Date: Mon, 25 May 2026 13:45:07 +0200 Subject: [PATCH] docs: fix typo in detoxs.md --- docs/detox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/detox.md b/docs/detox.md index 8787599e7..18fff12a8 100644 --- a/docs/detox.md +++ b/docs/detox.md @@ -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.