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 */