Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieseltzer committed Oct 5, 2019
1 parent a86dc5f commit e4f489b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default () => (
{/* this will override the default (same key as the default) */}
<meta charSet='iso-8859-5' key='charSet' />

{/* this not render */}
{/* this will not render */}
<meta name='viewport' content='width=device-width' key='viewport' />
{/* this will override the default (same key as the default) */}
<meta
Expand Down
2 changes: 1 addition & 1 deletion test/integration/client-navigation/pages/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default () => (
{/* this will get rendered */}
<meta charSet='iso-8859-5' />

{/* this not render */}
{/* this will not render */}
<meta name='viewport' content='width=device-width' />
{/* this will override the default */}
<meta name='viewport' content='width=device-width,initial-scale=1' />
Expand Down

0 comments on commit e4f489b

Please sign in to comment.