Skip to content

Commit d2959d2

Browse files
timdorrhedgerh
authored andcommitted
Severed server serving
1 parent 75ad0bc commit d2959d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/ServerRendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import App from './containers/App';
3939
const app = Express();
4040
const port = 8080;
4141

42-
// Use this middleware to server up static files built into the dist directory
42+
// Use this middleware to serve up static files built into the dist directory
4343
app.use(require('serve-static')(path.join(__dirname, 'dist')));
4444

4545
// This is fired every time the server side receives a request

0 commit comments

Comments
 (0)