Skip to content

Commit

Permalink
fix: typo for utils/env (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
watonyweng committed Jul 29, 2021
1 parent 8879ae8 commit e8eefd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function getAppEnvConfig() {
}

/**
* @description: Development model
* @description: Development mode
*/
export const devMode = 'development';

Expand Down

0 comments on commit e8eefd1

Please sign in to comment.