From 610b2c3d21c365ee29947f8a727f6740dd04a967 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Date: Fri, 10 Mar 2023 22:42:34 +0100 Subject: [PATCH] typo --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1aa177a..4ad9cc5 100644 --- a/changelog.md +++ b/changelog.md @@ -32,7 +32,7 @@ Change log ### 4.2.0 _2023-03-10_ -- new API that tiemtout and race-condition proof. Assertions and spies that run after a test is done are registered as failures. This is opt-in for now, it will become the default in v5 (the old API will become opt-in at that point to ease the transition). +- new API that timetout and race-condition proof. Assertions and spies that run after a test is done are registered as failures. This is opt-in for now, it will become the default in v5 (the old API will become opt-in at that point to ease the transition). #### Bug fix