We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0c982 commit ac101eaCopy full SHA for ac101ea
packages/plugin-rsc/src/transforms/server-action.ts
@@ -25,7 +25,7 @@ export function transformServerActionServer(
25
output: MagicString
26
names: string[]
27
} {
28
- // TODO: unify (generalize transformHoistInlineDirective to support top leve directive case)
+ // TODO: unify (generalize transformHoistInlineDirective to support top-level directive cases)
29
if (hasDirective(ast.body, 'use server')) {
30
return transformWrapExport(input, ast, options)
31
}
0 commit comments