diff --git a/apps/site/pages/en/learn/modules/publishing-a-package.mdx b/apps/site/pages/en/learn/modules/publishing-a-package.mdx index 58dcd1886355b..95d9ca9309c43 100644 --- a/apps/site/pages/en/learn/modules/publishing-a-package.mdx +++ b/apps/site/pages/en/learn/modules/publishing-a-package.mdx @@ -522,7 +522,7 @@ The `"engines"` field provides both a human-friendly and a machine-friendly indi Specifically in relation to Node.js, there are 4 problems to solve: -- Determining format of source code files (author running her/his own code) +- Determining format of source code files (author running their own code) - Determining format of distribution files (code consumers will receive) - Publicising distribution code for when it is `require()`’d (consumer expects CJS)