Skip to content

Commit

Permalink
fix: typos in constants file
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-bak committed Nov 17, 2023
1 parent 9c70bbb commit 9036572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const componentsDirectoryPath = path.resolve(__filename, '../components')
export const defaultEncoding = 'utf-8';
export const settingsJsonOutputPath = `${currentPath}/cli.settings.json`;
export const schemaFileName = 'schema.json';
export const storiesFileExtenstion = '.stories.tsx';
export const jsonFileExtenstion = '.json';
export const storiesFileExtension = '.stories.tsx';
export const jsonFileExtension = '.json';
export const promptTypes = {
multiselect: 'multiselect',
select: 'select',
Expand Down

0 comments on commit 9036572

Please sign in to comment.