diff options
author | 2022-11-11 01:23:44 -0500 | |
---|---|---|
committer | 2022-11-11 14:23:44 +0800 | |
commit | 06432c71d8e1c1a32de9823c601e2525bef0b460 (patch) | |
tree | 68b9186ec03f0662b93e150ccced507ae0392d80 | |
parent | 3ae2a961b77da179d24c44734af54424e76a5049 (diff) | |
download | astro-06432c71d8e1c1a32de9823c601e2525bef0b460.tar.gz astro-06432c71d8e1c1a32de9823c601e2525bef0b460.tar.zst astro-06432c71d8e1c1a32de9823c601e2525bef0b460.zip |
Fix a typo in the @astrojs/node documentation (#5364)
-rw-r--r-- | packages/integrations/node/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/node/README.md b/packages/integrations/node/README.md index 2fdcc2895..be22cee8c 100644 --- a/packages/integrations/node/README.md +++ b/packages/integrations/node/README.md @@ -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 |