Skip to content

Commit 40a32f7

Browse files
saminLeoNatan
authored andcommitted
Typo fix (wix#1744)
1 parent 32dec10 commit 40a32f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Troubleshooting.Synchronization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ When the automatic synchronization mechanism doesn't work, we have 2 potential p
2020

2121
* We are waiting too much - The test will appear to hang and fail with timeout. This happens because Detox thinks an asychronous operations is currently taking place and is waiting for it endlessly.
2222

23-
* We are not waiting enough - The test will appear to fail at some point becuase an element isn't found according to an expectation or isn't found when attempting to perform an action on it. This happens because Detox didn't take some asynchronous operation into account and isn't waiting until it completes.
23+
* We are not waiting enough - The test will appear to fail at some point because an element isn't found according to an expectation or isn't found when attempting to perform an action on it. This happens because Detox didn't take some asynchronous operation into account and isn't waiting until it completes.
2424

2525
### Switching to manual synchronization as a workaround
2626

0 commit comments

Comments
 (0)