From 96b4e365a1aeb4be7a13c86927102b86896e434d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Mon, 18 Mar 2024 16:43:28 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b09052..bc8acc6 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Adding a new directive to hint the engine. #### [Import assertions](https://github.com/tc39/proposal-import-attributes/) > [!IMPORTANT] -> Import assertions proposal has been renamed to import attributions, and their semantics are changed accordingly. Now it no longer fits the needs of this proposal. +> Import assertions proposal has been renamed to import attributes, and their semantics are changed accordingly. Now it no longer fits the needs of this proposal. ```js import 'x' assert { sync: true }