Skip to content

Commit 5e30a39

Browse files
typo fix
Co-authored-by: Karl Seguin <[email protected]>
1 parent 7ffdee0 commit 5e30a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/dump.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub fn writeNode(node: *parser.Node, opts: Opts, writer: anytype) anyerror!void
9292
// void elements can't have any content.
9393
if (try isVoid(parser.nodeToElement(node))) return;
9494

95-
// If we wrote the <header> and we want to include a <base>, add it
95+
// If we wrote the <head> and we want to include a <base>, add it
9696
// now.
9797
if (opts.include_base != null and tag_type == .head) {
9898
try writer.writeAll("<base href=\"");

0 commit comments

Comments
 (0)