Skip to content

Commit

Permalink
Fix typo in env.server.ts (epicweb-dev#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
obmelvin authored Nov 1, 2023
1 parent e41809c commit d43c8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/env.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function init() {
parsed.error.flatten().fieldErrors,
)

throw new Error('Invalid envirmonment variables')
throw new Error('Invalid environment variables')
}
}

Expand Down

0 comments on commit d43c8dc

Please sign in to comment.