From 82e999352a611c44ae91ae18f09943e9784e3fc1 Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Tue, 3 Feb 2026 22:09:45 +0300 Subject: [PATCH] fix(plugin-rsc): fix typo in server action transform module --- packages/plugin-rsc/src/transforms/server-action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-rsc/src/transforms/server-action.ts b/packages/plugin-rsc/src/transforms/server-action.ts index a7e3b83a1..ee853f4a7 100644 --- a/packages/plugin-rsc/src/transforms/server-action.ts +++ b/packages/plugin-rsc/src/transforms/server-action.ts @@ -25,7 +25,7 @@ export function transformServerActionServer( output: MagicString names: string[] } { - // TODO: unify (generalize transformHoistInlineDirective to support top leve directive case) + // TODO: unify (generalize transformHoistInlineDirective to support top-level directive cases) if (hasDirective(ast.body, 'use server')) { return transformWrapExport(input, ast, options) }