From 5160bbf693ee189f0f2b93742bdf7f27d8ab05bc Mon Sep 17 00:00:00 2001 From: Gavin <46635587+blue2cat@users.noreply.github.com> Date: Tue, 4 Aug 2026 20:47:10 -0700 Subject: [PATCH] fix: typo in `tls-create-secure-pair-to-tls-socket` codemod Signed-off-by: Gavin <46635587+blue2cat@users.noreply.github.com> --- apps/site/pages/en/blog/migrations/v22-to-v24.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/pages/en/blog/migrations/v22-to-v24.mdx b/apps/site/pages/en/blog/migrations/v22-to-v24.mdx index 63478577ac4e8..9fd641b050825 100644 --- a/apps/site/pages/en/blog/migrations/v22-to-v24.mdx +++ b/apps/site/pages/en/blog/migrations/v22-to-v24.mdx @@ -274,7 +274,7 @@ The source code for this codemod can be found in the [tls-create-secure-pair-to- You can find this codemod in the [Codemod Registry](https://app.codemod.com/registry/@nodejs/tls-create-secure-pair-to-tls-socket). ```bash -npx codemod run @nodejs/tls-create-secure-pair-to-tls +npx codemod run @nodejs/tls-create-secure-pair-to-tls-socket ``` ## Examples