From 0fa2941b0a3e38895ae7cb1510ba318007c2d398 Mon Sep 17 00:00:00 2001 From: Sadhna Date: Mon, 9 Dec 2024 15:23:16 +0530 Subject: [PATCH] Update SPECIFICATION.md Spell correction --- SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECIFICATION.md b/SPECIFICATION.md index 1feb9f5..aa6bce6 100644 --- a/SPECIFICATION.md +++ b/SPECIFICATION.md @@ -432,7 +432,7 @@ The following table lists the available contexts: |`html`|To safely output markup|Filters HTML in order to remove dangerous tags.| |`number`|To display numbers|Validates that the passed value is a number, outputs nothing if validation fails.| |`scriptComment`|Within JavaScript comments|Validates the JavaScript comment, outputs nothing if validation fails.| -|`scriptString`|Within JavsScript strings|Encodes characters that would break out of the string.| +|`scriptString`|Within JavaScript strings|Encodes characters that would break out of the string.| |`scriptToken`|For JavaScript identifiers, literal numbers, or literal strings|Validates the JavaScript token, outputs nothing if validation fails.| |`styleComment`|Within CSS comments|Validates the CSS comment, outputs nothing if validation fails.| |`styleString`|Within CSS strings|Encodes characters that would break out of the string.|