Skip to content

Commit

Permalink
Update src/util/detectJsEvn.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Dominique <[email protected]>
  • Loading branch information
TarikGul and Imod7 authored Jan 17, 2024
1 parent be8db94 commit e0e73a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/detectJsEvn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const detectJsEnv = (): string => {
if (isBrowser) return 'browser';

throw new BaseError(
'The following JS enviornment is not supported. Currently only the browser, and NodeJS have support.',
'The following JS environment is not supported. Currently only the browser, and NodeJS have support.',
BaseErrorsEnum.UnsupportedEnviornment,
);
};

0 comments on commit e0e73a4

Please sign in to comment.