Skip to content

Commit 7851264

Browse files
committed
typo
1 parent 4297aae commit 7851264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HTMLPipeline.new(
2929
text_filters: [], # array of instantiated (`.new`ed) `HTMLPipeline::TextFilter`
3030
convert_filter:, # a filter that runs to turn text into HTML
3131
sanitization_config: {}, # an allowlist of elements/attributes/protocols to keep
32-
node_filters:[]) # array of instantiated (`.new`ed) `HTMLPipeline::NodeFilter`
32+
node_filters: []) # array of instantiated (`.new`ed) `HTMLPipeline::NodeFilter`
3333
```
3434

3535
Please refer to the README for more information on constructing filters. In most cases, the underlying filter needs only a few changes, primarily to make use of [Selma](https://www.github.com/gjtorikian/selma) rather than Nokogiri.

0 commit comments

Comments
 (0)