Skip to content

Commit 0a047d4

Browse files
committedMay 9, 2022
Fix typo
/javascript/i -> JavaScript
1 parent 8ad3db2 commit 0a047d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎articles/security/develop/threat-modeling-tool-input-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ In the preceding code example, the input value cannot be longer than 11 characte
415415
| **Applicable Technologies** | Generic |
416416
| **Attributes** | N/A |
417417
| **References** | N/A |
418-
| **Steps** | Many javascript functions don't do encoding by default. When assigning untrusted input to DOM elements via such functions, may result in cross site script (XSS) executions.|
418+
| **Steps** | Many JavaScript functions don't do encoding by default. When assigning untrusted input to DOM elements via such functions, may result in cross site script (XSS) executions.|
419419

420420
### Example
421421
Following are insecure examples:

0 commit comments

Comments
 (0)
Please sign in to comment.