1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix a small typo

Ben Berman 2017-05-29 16:56:56 -04:00
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'