Skip to content

Commit a7e4f61

Browse files
committed
docs: add full stop
1 parent a974ebc commit a7e4f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/html/src/getHTMLFromFragment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { createSafeWindow } from './createSafeWindow.js'
1818
export function getHTMLFromFragment(doc: Node, schema: Schema, options?: { document?: Document }): string {
1919
if (options?.document) {
2020
// The caller is relying on their own document implementation. Use this
21-
// instead of the default happy-dom-without-node library
21+
// instead of the default happy-dom-without-node library.
2222
const wrap = options.document.createElement('div')
2323

2424
DOMSerializer.fromSchema(schema).serializeFragment(doc.content, { document: options.document }, wrap)

0 commit comments

Comments
 (0)