Skip to content

Commit b5f8f50

Browse files
pborrelileo
authored andcommitted
Fixed typos (vercel#74)
1 parent d9ea4ce commit b5f8f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default () => (
5454
)
5555
```
5656

57-
That means pages never load unneccessary code!
57+
That means pages never load unnecessary code!
5858

5959
### CSS
6060

@@ -271,7 +271,7 @@ Since every class name is invoked with the `css()` helper, Next.js can intellige
271271

272272
This is important for server-side rendering, but also during the lifecycle of the page. Since Next.js enables `pushState` transitions that load components dynamically, unnecessary `<style>` elements would bring down performance over time.
273273

274-
This is a very signifcant benefit over approaches like `require(‘xxxxx.css')`.
274+
This is a very significant benefit over approaches like `require(‘xxxxx.css')`.
275275

276276
### Correctness
277277

0 commit comments

Comments
 (0)