From 9c8779608e45e2e42c5afa70e98288d5beca8523 Mon Sep 17 00:00:00 2001 From: Martin Stievenart Date: Thu, 19 Sep 2024 14:31:48 +0200 Subject: [PATCH] Update MIGRATION.md Co-authored-by: Samuel Gomez <43414022+samuel-gomez-axa@users.noreply.github.com> --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 05b036ec3..5ba650002 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -62,7 +62,7 @@ For example, `Modal.HeaderBase` is now `HeaderBase`, `Modal.Body` is now `Body`, Keep in mind that those components should be wrapped inside a `Modal` component. -Lastly, for your tests to keep working, you wil need to define what the `showModal` and `close` functions do. For that you can use the following code in your `setupTests.ts` file : +Lastly, for your tests to keep working, you will need to define what the `showModal` and `close` functions do. For that you can use the following code in your `setupTests.ts` file : ```javascript window.HTMLDialogElement.prototype.showModal = vi.fn(function mock(