Skip to content

Commit d70f1f1

Browse files
authored
chore(docs): Fix typo in Head API reference (#37630)
1 parent 0f2316a commit d70f1f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/built-in-components/gatsby-head.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ export function Head() {
6868
return (
6969
<>
7070
<!-- highlight-start -->
71-
<html lang="en">
72-
<body className="my-body-class">
71+
<html lang="en" />
72+
<body className="my-body-class" />
7373
<!-- highlight-end -->
7474
<title>Hello World</title>
7575
</>

0 commit comments

Comments
 (0)