Skip to content

Commit b75625b

Browse files
bampakoaAndrewKushnir
authored andcommitted
docs: fix typo in security guide (#50324)
PR Close #50324
1 parent e82f12e commit b75625b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aio/content/guide/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ If an attacker can predict future nonces, they can circumvent the protections of
198198

199199
</div>
200200

201-
If you cannot generate nones in your project, you can allow inline styles by adding `'unsafe-inline'` to the `style-src` section of the CSP header.
201+
If you cannot generate nonces in your project, you can allow inline styles by adding `'unsafe-inline'` to the `style-src` section of the CSP header.
202202

203203
| Sections | Details |
204204
|:--- |:--- |
@@ -380,4 +380,4 @@ Angular-specific APIs that should be audited in a security review, such as the [
380380

381381
<!-- end links -->
382382

383-
@reviewed 2022-02-28
383+
@reviewed 2023-05-16

0 commit comments

Comments
 (0)