Skip to content

Commit

Permalink
Update typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdcodes committed Aug 21, 2022
1 parent 947f4f9 commit 230fa91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The TAPP Stack
# The Tap stack

## v1.0.0

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"devDependencies": {
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"@prisma/client": "^4.2.1",
"astro": "^1.0.6",
"astro-seo-meta": "^0.0.2",
"prisma": "^4.2.1"
"prisma": "^4.2.1",
"@prisma/client": "^4.2.1"
}
}
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const articles = await articlesLoader();
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<Seo
title="The Tapp stack"
title="The Tap stack"
description="An opinionated stack for those who want to live on the edge (Typescript + Astro + Prisma + Planet scale)"
icon="favicon.ico"
/>
Expand Down

0 comments on commit 230fa91

Please sign in to comment.