Skip to content

Commit db9303a

Browse files
committed
Fix comment
1 parent 6c31614 commit db9303a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vite/observable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface ObservableOptions {
2525
template?: string;
2626
/** A function which performs a per-page transformation of the template HTML. */
2727
transformTemplate?: (template: string, context: IndexHtmlTransformContext) => string | Promise<string>;
28-
/** A function which mutates the parsed notebook. */
28+
/** A function which transforms the parsed notebook. */
2929
transformNotebook?: (notebook: Notebook, context: IndexHtmlTransformContext) => Notebook | Promise<Notebook>;
3030
}
3131

0 commit comments

Comments
 (0)