chore: typo fixes (#1546)
* chore: fix typos in comments/JSDoc. * chore: fix typo in internal function name. * chore: fix typos in test comments/descriptions/variable names.
This commit is contained in:
@@ -59,7 +59,7 @@ export type HoistTransform = (
|
||||
|
||||
export interface TransformOptions {
|
||||
/**
|
||||
* An array of node trasnforms to be applied to every AST node.
|
||||
* An array of node transforms to be applied to every AST node.
|
||||
*/
|
||||
nodeTransforms?: NodeTransform[]
|
||||
/**
|
||||
@@ -118,7 +118,7 @@ export interface TransformOptions {
|
||||
scopeId?: string | null
|
||||
/**
|
||||
* Generate SSR-optimized render functions instead.
|
||||
* The resulting funciton must be attached to the component via the
|
||||
* The resulting function must be attached to the component via the
|
||||
* `ssrRender` option instead of `render`.
|
||||
*/
|
||||
ssr?: boolean
|
||||
|
||||
Reference in New Issue
Block a user