Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f056036

Browse files
dguzzoNarretz
authored andcommitted
docs(guide/security): remove errant word
Closes #11870
1 parent a055762 commit f056036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/security.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In general, we recommend against this because it can create unintended XSS vecto
3939

4040
However, it's ok to mix server-side templating in the bootstrap template (`index.html`) as long
4141
as user input cannot be used on the server to output html that would then be processed by Angular
42-
in a way that would cause allow for arbitrary code execution.
42+
in a way that would allow for arbitrary code execution.
4343

4444
For instance, you can use server-side templating to dynamically generate CSS, URLs, etc, but not
4545
for generating templates that are bootstrapped/compiled by Angular.

0 commit comments

Comments
 (0)