Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Dec 16, 2024
1 parent eb79991 commit ff51246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/getTexts.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function buildConfig(appIn, data) {
const app = appIn || process.env.APP || 'default';
const appConfig = data[app] || {};
const defaultConfig = data.default || {};
// din't copy 'explorerConfig' over from default config since that is a non-working example
// don't copy 'explorerConfig' over from default config since that is a non-working example
delete defaultConfig.explorerConfig;
const result = { ...defaultConfig, ...appConfig };
delete result.components;
Expand Down

0 comments on commit ff51246

Please sign in to comment.