From 06432c71d8e1c1a32de9823c601e2525bef0b460 Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Fri, 11 Nov 2022 01:23:44 -0500 Subject: [PATCH] Fix a typo in the @astrojs/node documentation (#5364) --- packages/integrations/node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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