Skip to content

Commit

Permalink
chore(starters): Typo on tsconfig (#32700)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabts committed Aug 5, 2021
1 parent 66bdfa2 commit 00a42fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion starters/blog/src/pages/using-typescript.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const UsingTypescript: React.FC<PageProps<DataProps>> = ({
</p>
<p>
For type checking you'll want to install <em>typescript</em> via npm and
run <em>tsc --init</em> to create a <em>.tsconfig</em> file.
run <em>tsc --init</em> to create a <em>tsconfig</em> file.
</p>
<p>
You're currently on the page "{path}" which was built on{" "}
Expand Down
2 changes: 1 addition & 1 deletion starters/default/src/pages/using-typescript.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const UsingTypescript: React.FC<PageProps<DataProps>> = ({ data, path }) => (
</p>
<p>
For type checking you'll want to install <em>typescript</em> via npm and
run <em>tsc --init</em> to create a <em>.tsconfig</em> file.
run <em>tsc --init</em> to create a <em>tsconfig</em> file.
</p>
<p>
You're currently on the page "{path}" which was built on{" "}
Expand Down

0 comments on commit 00a42fc

Please sign in to comment.