From ab09c6dae740d19c7619157fce9b1453210d887b Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 24 Sep 2025 08:34:05 -0400 Subject: [PATCH 1/2] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f9b1bb..9d4974f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A modest proposal for importing bytes in JavaScript. ## Synopsis -This proposal is buit on top of [import attributes](https://github.com/tc39/proposal-import-attributes) and [immutable arraybuffer](https://github.com/tc39/proposal-immutable-arraybuffer) to add the ability to import arbitrary bytes with a common syntax across JavaScript environments. +This proposal is built on top of [import attributes](https://github.com/tc39/proposal-import-attributes) and [immutable arraybuffer](https://github.com/tc39/proposal-immutable-arraybuffer) to add the ability to import arbitrary bytes with a common syntax across JavaScript environments. Developers will then be able to import the bytes as follows: From 4a179c6e0b4bb387a09ec56641fd6e1fa185b151 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 24 Sep 2025 08:35:20 -0400 Subject: [PATCH 2/2] buit => built --- spec.emu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.emu b/spec.emu index 0cff73e..407b266 100644 --- a/spec.emu +++ b/spec.emu @@ -12,7 +12,7 @@ contributors: Steven, Guy Bedford

Proposal Import Bytes

See the explainer for information.

-

This proposal is buit on top of the JSON Modules and Immutable Array Buffer proposals.

+

This proposal is built on top of the JSON Modules and Immutable Array Buffer proposals.