From cdc2564a02ad706edab73e76d285212021761a07 Mon Sep 17 00:00:00 2001 From: Daniel Lehenbauer Date: Tue, 4 Jun 2024 13:30:04 -0700 Subject: [PATCH] Update packages/common/client-utils/README.md Co-authored-by: Jason Hartman --- packages/common/client-utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/client-utils/README.md b/packages/common/client-utils/README.md index c06d23579756..17b73b0d6e83 100644 --- a/packages/common/client-utils/README.md +++ b/packages/common/client-utils/README.md @@ -56,7 +56,7 @@ Our general strategy for this is as follows: One thing it is important to be aware of is that our CJS support relies on copying a stub package.json file to dist/package.json to set the module type to commonjs. When resolving internal imports for CJS -packages, module resolution will wall up from the \*.js file and discover this stub package.json. Because +packages, module resolution will walk up from the \*.js file and discover this stub package.json. Because the stub package.json lacks an export map, internal imports will not be remapped.