Skip to content

Commit 34efed3

Browse files
authored
Update preventing-script-injection.md
1 parent 8dba7f0 commit 34efed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/security/preventing-script-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ statements, one of which is arbitrary code injected by the user.
158158
pwnd!
159159
```
160160

161-
### Use the `EscapeSingleQuotedStringContent()` method
161+
#### Use the `EscapeSingleQuotedStringContent()` method
162162

163163
To protect against the user inserting their own single quote characters to exploit the function you
164164
must use the `EscapeSingleQuotedStringContent()` API. This is a static public method of the PowerShell

0 commit comments

Comments
 (0)