Skip to content

Commit

Permalink
fix: fix wrong spelling in file name (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalcher authored and mrmeku committed Nov 21, 2019
1 parent 8d52e04 commit 009af04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export { readAndCacheJsonFile as readJsonFile } from './lib/utils/utils';

export { Telemetry } from './lib/telemetry';
export * from './lib/extensions';
export * from './lib/utils/read-scehmatic-collections';
export * from './lib/utils/read-schematic-collections';
export * from './lib/utils/read-projects';

export interface Store {
Expand Down

0 comments on commit 009af04

Please sign in to comment.