Skip to content

Commit

Permalink
[astro add] Add an Adapter -> Add an SSR Adapter (#4546)
Browse files Browse the repository at this point in the history
* nit: Add an Adapter -> Add an SSR Adapter

* chore: changeset
  • Loading branch information
bholmesdev committed Aug 29, 2022
1 parent 1222ab9 commit bb71be7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rare-carrots-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Update "Add an Adapter" help heading to "Add an SSR Adapter"
2 changes: 1 addition & 1 deletion packages/astro/src/core/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default async function add(names: string[], { cwd, flags, logging, teleme
['partytown', 'astro add partytown'],
['sitemap', 'astro add sitemap'],
],
'Example: Add an Adapter': [
'Example: Add an SSR Adapter': [
['netlify', 'astro add netlify'],
['vercel', 'astro add vercel'],
['deno', 'astro add deno'],
Expand Down

0 comments on commit bb71be7

Please sign in to comment.