Skip to content

Commit 5b7ca1c

Browse files
committed
fix another readme typo
1 parent 35a2e1b commit 5b7ca1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/html-to-text/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Format | Description
213213
`dataTable` | For visually-accurate tables. Note that this might be not search-friendly (output text will look like gibberish to a machine when there is any wrapped cell contents) and also better to be avoided for tables used as a page layout tool.
214214
`skip` | Skips the given tag with it's contents without printing anything.
215215
`blockString` | Insert a block with the given string literal (`formatOptions.string`) instead of the tag.
216-
`blockTag` | Render an element as HTML block bag, convert it's contents to text.
216+
`blockTag` | Render an element as HTML block tag, convert it's contents to text.
217217
`blockHtml` | Render an element with all it's children as HTML block.
218218
`inlineString` | Insert the given string literal (`formatOptions.string`) inline instead of the tag.
219219
`inlineSurround` | Render inline element wrapped with given strings (`formatOptions.prefix` and `formatOptions.suffix`).

0 commit comments

Comments
 (0)