From 6c1f9eca4d9b9e18b6746208854d55cdfd6463a6 Mon Sep 17 00:00:00 2001 From: Enzo Date: Tue, 14 Jan 2025 09:48:24 -0600 Subject: [PATCH] fixed grammatical error (#638) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fd9f93b..e47e2bec 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ Then use use the [exports field in package.json](https://nodejs.org/api/packages
TypeScript -If you're build a TypeScript library, separate the types from the main entry file and specify the types path in package.json. Types exports need to stay on the top of each export with `types` condition, and you can use `default` condition for the JS bundle file. +If you're building a TypeScript library, separate the types from the main entry file and specify the types path in package.json. Types exports need to stay on the top of each export with `types` condition, and you can use `default` condition for the JS bundle file. ```json5 {