Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffdutton committed Aug 23, 2019
1 parent 9d4ded5 commit 4830fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/laconia-config/src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { LaconiaFactory } from "@laconia/core";

declare namespace config {
function envVarInstaces(): LaconiaFactory<any>;
function envVarInstances(): LaconiaFactory<any>;
}

export = config;

0 comments on commit 4830fa7

Please sign in to comment.