From 29af58cc86751a4cc73c48594ea8542e1aee6e4b Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Sat, 14 Jun 2025 06:34:19 +0200 Subject: [PATCH] docs: use `their` instead of `her/his` Signed-off-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> --- apps/site/pages/en/learn/modules/publishing-a-package.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)