From 9861c081dbdafd05036574b068273706ffc0dcc1 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Fri, 4 Jun 2021 13:56:11 +0900 Subject: [PATCH] fix typo --- docs/Setup.md | 2 +- src/defaultConfig.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Setup.md b/docs/Setup.md index be17a3a6b..4b5dc0888 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -97,7 +97,7 @@ Default value: '"trebuchet ms", verdana, arial, sans-serif;'. **Notes**: -- **strict**: (**default**) tags in text are encoded, click functionality is disabeled +- **strict**: (**default**) tags in text are encoded, click functionality is disabled - **loose**: tags in text are allowed, click functionality is enabled - **antiscript**: html tags in text are allowed, (only script element is removed), click functionality is enabled diff --git a/src/defaultConfig.js b/src/defaultConfig.js index dc3932b05..8ccd7e24d 100644 --- a/src/defaultConfig.js +++ b/src/defaultConfig.js @@ -89,7 +89,7 @@ const config = { * * **Notes**: * - * - **strict**: (**default**) tags in text are encoded, click functionality is disabeled + * - **strict**: (**default**) tags in text are encoded, click functionality is disabled * - **loose**: tags in text are allowed, click functionality is enabled * - **antiscript**: html tags in text are allowed, (only script element is removed), click functionality is enabled */