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

[DOC] typo in readme: double negation is probably unintended (#3658)

This commit is contained in:
Shogun Sea 2018-02-02 11:12:37 -08:00 committed by Tim Neutkens
parent 4c7f6cc76a
commit 54ae432369

View file

@ -698,7 +698,7 @@ When using a custom server with a server file, for example called `server.js`, m
This example makes `/a` resolve to `./pages/b`, and `/b` resolve to `./pages/a`:
```js
// This file doesn't not go through babel or webpack transformation.
// This file doesn't go through babel or webpack transformation.
// Make sure the syntax and sources this file requires are compatible with the current node version you are running
// See https://github.com/zeit/next.js/issues/1245 for discussions on Universal Webpack or universal Babel
const { createServer } = require('http')