Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix: use correct key name
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed May 24, 2018
1 parent b60b0bb commit c84bf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preview/preview-renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Page: React.SFC = (props: any) => (
<>
<Helmet>
<html lang={props.lang} />
{props.viewport && <meta name="viewport" content="width=device-width, initical-scale=1" />}
{props.viewport && <meta name="viewport" content="width=device-width, initial-scale=1" />}
{props.head}
</Helmet>
{props.children}
Expand Down

0 comments on commit c84bf04

Please sign in to comment.