Skip to content

Commit 7b30873

Browse files
committed
chore(apps): Fixed typo in filename
1 parent e711b2a commit 7b30873

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

apps/nest/src/env/env.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { EnvModuleMixin } from '@spuxx/nest-utils';
2-
import { Environment } from './env.definiton';
2+
import { Environment } from './env.definition';
33

44
export class EnvModule extends EnvModuleMixin<Environment>(Environment) {}

0 commit comments

Comments
 (0)