Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Jul 31, 2020
1 parent 6fe3dc2 commit d45db10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export function configure(): JdenticonConfig;
* styles when used in a Node environment.
*
* In browsers {@link jdenticon_config} is the prefered way of setting an identicon style to avoid a race
* condition where the style is set before the Jdetnicon lib has loaded, leading to an unhandled error.
* condition where the style is set before the Jdenticon lib has loaded, leading to an unhandled error.
*/
export function configure(newConfig: JdenticonConfig): JdenticonConfig;

Expand Down
2 changes: 1 addition & 1 deletion types/umd.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ declare global {
* styles when used in a Node environment.
*
* In browsers {@link jdenticon_config} is the prefered way of setting an identicon style to avoid a race
* condition where the style is set before the Jdetnicon lib has loaded, leading to an unhandled error.
* condition where the style is set before the Jdenticon lib has loaded, leading to an unhandled error.
*/
configure(newConfig: JdenticonConfig): JdenticonConfig;

Expand Down

0 comments on commit d45db10

Please sign in to comment.