Skip to content

Commit

Permalink
fix types datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
aroary committed Jul 19, 2022
1 parent 7621c7b commit 9c8095d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function changeLanguage(language) {
return config.get('language');
};

const types = [byte, word, sentence, paragraph, page, code]
const types = { byte, word, sentence, paragraph, page, code }

/**
* @description Generate a text.
Expand Down
2 changes: 1 addition & 1 deletion browser/index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c8095d

Please sign in to comment.