Skip to content

Commit

Permalink
Fix typo in renderHelpers.ts (#4188)
Browse files Browse the repository at this point in the history
preceed -> precede
  • Loading branch information
eltociear committed Jul 23, 2021
1 parent ae8f57f commit db31b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/renderHelpers.ts
Expand Up @@ -24,7 +24,7 @@ export interface NodeRenderOptions {
isShorthandProperty?: boolean;
preventASI?: boolean;
renderedParentType?: string; // also serves as a flag if the rendered parent is different from the actual parent
renderedSurroundingElement?: string; // same as parent type, but for changed non-direct parents that directly preceed elements
renderedSurroundingElement?: string; // same as parent type, but for changed non-direct parents that directly precede elements
start?: number;
}

Expand Down

0 comments on commit db31b55

Please sign in to comment.