We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ad0bc commit d2959d2Copy full SHA for d2959d2
docs/recipes/ServerRendering.md
@@ -39,7 +39,7 @@ import App from './containers/App';
39
const app = Express();
40
const port = 8080;
41
42
-// Use this middleware to server up static files built into the dist directory
+// Use this middleware to serve up static files built into the dist directory
43
app.use(require('serve-static')(path.join(__dirname, 'dist')));
44
45
// This is fired every time the server side receives a request
0 commit comments