Fix a typo in the @astrojs/node documentation (#5364)

This commit is contained in:
Danny Guo 2022-11-11 01:23:44 -05:00 committed by GitHub
parent 3ae2a961b7
commit 06432c71d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ app.use(ssrHandler);
app.listen(8080);
```
Note that middleware mode does not do file servering. You'll need to configure your HTTP framework to do that for you. By default the client assets are written to `./dist/client/`.
Note that middleware mode does not do file serving. You'll need to configure your HTTP framework to do that for you. By default the client assets are written to `./dist/client/`.
### Standalone