mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix a small typo
parent
c4c3e8c73b
commit
ac2be9244e
|
@ -53,7 +53,7 @@ pages/
|
|||
index.js
|
||||
```
|
||||
|
||||
Notice that `components/` is completely arbitrary, but I happen to like that strucutre. Then `components/header.js` can introduce the `<Head>` `<style />`, so that it gets applied to every page:
|
||||
Notice that `components/` is completely arbitrary, but I happen to like that structure. Then `components/header.js` can introduce the `<Head>` `<style />`, so that it gets applied to every page:
|
||||
|
||||
```jsx
|
||||
import React from 'react'
|
||||
|
|
Loading…
Reference in a new issue