From b549f38f846da7ffb8b9dbceace2081c363131bc Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Wed, 27 Mar 2024 14:26:37 -0600 Subject: [PATCH] fix: esm.md --- docs/esm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/esm.md b/docs/esm.md index b2d68b72..be4cdc75 100644 --- a/docs/esm.md +++ b/docs/esm.md @@ -2,7 +2,7 @@ title: ESM --- -Version 3.0.0 of `@oclif/core` officially supports ESM plugin development and CJS/ESM interoperability, meaning that you can have a root plugin written with CJS and your bundled plugins written in ESM or vice versa. +Version 3.0.0 of `@oclif/core` officially supports ESM plugin development and CJS/ESM interoperability, meaning that you can have a root plugin written with CJS and your plugins written in ESM or vice versa. - [Interoperability Overview](#interoperability-overview) - [ESM Root plugin](#esm-root-plugin)