diff --git a/.changeset/eight-sheep-nail.md b/.changeset/eight-sheep-nail.md new file mode 100644 index 000000000000..a4730e5d214c --- /dev/null +++ b/.changeset/eight-sheep-nail.md @@ -0,0 +1,5 @@ +--- +'@astrojs/node': patch +--- + +Fix typo in @astrojs/node README diff --git a/packages/integrations/node/README.md b/packages/integrations/node/README.md index af11405c0474..d7e86a5b7425 100644 --- a/packages/integrations/node/README.md +++ b/packages/integrations/node/README.md @@ -158,7 +158,7 @@ In standalone mode a server starts when the server entrypoint is run. By default node ./dist/server/entry.mjs ``` -For standalone mode the server handles file servering in addition to the page and API routes. +For standalone mode the server handles file serving in addition to the page and API routes. #### Custom host and port