Skip to content

Commit d20ca97

Browse files
committed
Fix small type in CSP guide [ci-skip]
1 parent be3be7f commit d20ca97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ end
11621162
If you are considering 'unsafe-inline', consider using nonces instead. [Nonces
11631163
provide a substantial improvement](https://www.w3.org/TR/CSP3/#security-nonces)
11641164
over 'unsafe-inline' when implementing a Content Security Policy on top
1165-
existing code.
1165+
of existing code.
11661166

11671167
```ruby
11681168
# config/initializers/content_security_policy.rb

0 commit comments

Comments
 (0)