docs: fix code example (#5566)

This commit is contained in:
Chris Chinchilla 2021-09-15 17:19:53 +02:00 committed by GitHub
parent 546bf5db4c
commit beedadd498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ function Hello() {
fontSize: '20px', fontSize: '20px',
}}> }}>
<p> <p>
Edit <code>pages/hello.js</code> and save to reload. Edit <code>pages/helloReact.js</code> and save to reload.
</p> </p>
</div> </div>
</Layout> </Layout>