Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ppworks committed Feb 1, 2024
1 parent 7e56221 commit 0cc8ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ you to add additional elements. You can either modify the constant's value, or
re-define your own config and pass that in, such as:

```ruby
config = HTMLPipeline::SanitizerFilter::DEFAULT_CONFIG.dup
config = HTMLPipeline::SanitizationFilter::DEFAULT_CONFIG.dup
config[:elements] << "iframe" # sure, whatever you want
```

Expand Down

0 comments on commit 0cc8ff0

Please sign in to comment.