From 658d562a3fd3779f3a58a9a55344d92e2763e41a Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 3 Dec 2021 12:26:05 -0800 Subject: [PATCH] remove errant 'w' from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cac277d5..71b51c84 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ test('should mock "await import()" using esmock.p', async t => { * 1.6.0 _Dec.02.2021_ * reduce file url length (improve readability of stacktrace) * 1.5.0 _Dec.01.2021_ - * resolve bug around error '--loader=esmock' detectionw + * resolve bug around error '--loader=esmock' detection * 1.4.0 _Nov.30.2021_ * throw error if esmock is called without --loader=esmock * 1.3.3 _Nov.28.2021_