Skip to content

Commit

Permalink
Fix typo (vercel#19624)
Browse files Browse the repository at this point in the history
  • Loading branch information
FutureKode authored and kamermans committed Dec 14, 2020
1 parent c039ecb commit 44f2a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-facebook-pixel/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function Home() {
return (
<h1>
Go to `pages/_app.ks` to see how you can add Facebook Pixel to your app
Go to `pages/_app.js` to see how you can add Facebook Pixel to your app
</h1>
)
}

0 comments on commit 44f2a75

Please sign in to comment.