Skip to content

Commit

Permalink
correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Dec 10, 2024
1 parent ec8dbd3 commit 9c005ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/test/src/postinstall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ const getVitestPluginInfo = (framework: string) => {
frameworkPluginCall = 'storybookReactNativeWeb()';
}

// spaces for file identation
// spaces for file indentation
frameworkPluginImport = `\n${frameworkPluginImport}`;
frameworkPluginDocs = frameworkPluginDocs ? `\n ${frameworkPluginDocs}` : '';
frameworkPluginCall = frameworkPluginCall ? `\n ${frameworkPluginCall},` : '';
Expand Down

0 comments on commit 9c005ef

Please sign in to comment.