diff --git a/pages/en/blog/release/v20.6.0.md b/pages/en/blog/release/v20.6.0.md index 36ea931acb32e..a30c9fe7de1fe 100644 --- a/pages/en/blog/release/v20.6.0.md +++ b/pages/en/blog/release/v20.6.0.md @@ -43,7 +43,7 @@ node --import ./file-that-calls-register.js ./app.js Using `--import` ensures that the customization hooks are registered before any application code runs, even the entry point. -This feature was contributed by Izaak Schroeder in and +This feature was contributed by João Lenon and Jacob Smith in , Izaak Schroeder and Jacob Smith in and #### Module customization `load` hook can now support CommonJS