Skip to content

Commit

Permalink
chore(docs): Fix typo in Head API reference (#37630)
Browse files Browse the repository at this point in the history
  • Loading branch information
gh640 committed Feb 9, 2023
1 parent 0f2316a commit d70f1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/reference/built-in-components/gatsby-head.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export function Head() {
return (
<>
<!-- highlight-start -->
<html lang="en">
<body className="my-body-class">
<html lang="en" />
<body className="my-body-class" />
<!-- highlight-end -->
<title>Hello World</title>
</>
Expand Down

0 comments on commit d70f1f1

Please sign in to comment.