mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 21:16:59 +02:00
docs: fix code example (#5566)
This commit is contained in:
parent
546bf5db4c
commit
beedadd498
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ function Hello() {
|
|||
fontSize: '20px',
|
||||
}}>
|
||||
<p>
|
||||
Edit <code>pages/hello.js</code> and save to reload.
|
||||
Edit <code>pages/helloReact.js</code> and save to reload.
|
||||
</p>
|
||||
</div>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue