Merge pull request #2113 from cm-wada-yusuke/fix/typo-api

fixed typo in `Setup.md`
This commit is contained in:
Knut Sveidqvist
2021-06-05 12:01:15 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ Default value: '"trebuchet ms", verdana, arial, sans-serif;'.
**Notes**: **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 - **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 - **antiscript**: html tags in text are allowed, (only script element is removed), click functionality is enabled

View File

@@ -89,7 +89,7 @@ const config = {
* *
* **Notes**: * **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 * - **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 * - **antiscript**: html tags in text are allowed, (only script element is removed), click functionality is enabled
*/ */