From d45db108211ae92a8dbfcd1ec7dd83fc3d8ebe14 Mon Sep 17 00:00:00 2001 From: dmester Date: Wed, 29 Jul 2020 13:06:29 +0200 Subject: [PATCH] Typo. --- types/module.d.ts | 2 +- types/umd.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/module.d.ts b/types/module.d.ts index 2257030..c06bc73 100644 --- a/types/module.d.ts +++ b/types/module.d.ts @@ -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; diff --git a/types/umd.d.ts b/types/umd.d.ts index cdda0b0..698bc52 100644 --- a/types/umd.d.ts +++ b/types/umd.d.ts @@ -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;