Skip to content

Commit 098158b

Browse files
docs: fix linting (#154)
1 parent d6dcee1 commit 098158b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ module.exports = {
126126
// })
127127
//
128128
//
129-
// HTML fragments - HTML fragments, i.e. HTML files without doctype or used in `<template>` tags or HTML parts which injects into another HTML parts
129+
// HTML fragments - HTML fragments, i.e. HTML files without doctype or used in `<template></template>` tags or HTML parts which injects into another HTML parts
130130
//
131131
// Options - https://github.com/swc-project/bindings/blob/main/packages/html/index.ts#L38
132132
//
@@ -560,7 +560,7 @@ module.exports = {
560560

561561
HTML Fragments:
562562

563-
Use this for partial HTML files (e.g. inside <template> tags or HTML strings).
563+
Use this for partial HTML files (e.g. inside `<template></template>` tags or HTML strings).
564564

565565
```js
566566
const HtmlMinimizerPlugin = require("html-minimizer-webpack-plugin");

0 commit comments

Comments
 (0)