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) }