Skip to content

Commit ac101ea

Browse files
authored
chore(plugin-rsc): fix typo in server action transform module (#1095)
1 parent 5e0c982 commit ac101ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-rsc/src/transforms/server-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function transformServerActionServer(
2525
output: MagicString
2626
names: string[]
2727
} {
28-
// TODO: unify (generalize transformHoistInlineDirective to support top leve directive case)
28+
// TODO: unify (generalize transformHoistInlineDirective to support top-level directive cases)
2929
if (hasDirective(ast.body, 'use server')) {
3030
return transformWrapExport(input, ast, options)
3131
}

0 commit comments

Comments
 (0)