Skip to content

Commit e8b427b

Browse files
committed
📘 doc: fix wrong spelling
1 parent f190ff8 commit e8b427b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/blog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ head:
2424
<Blogs
2525
:blogs="[
2626
{
27-
title: 'Accerate your next Prisma server with Elysia',
27+
title: 'Accelerate your next Prisma server with Elysia',
2828
href: '/blog/with-prisma',
29-
detail: 'With the support of Prisma with Bun and Elysia, we are entering a new era of a new level of developer experience. For Prisma we can accerate our interaction with database, Elysia accerate our creation of backend web server in term of both developer experience and performance.'
29+
detail: 'With the support of Prisma with Bun and Elysia, we are entering a new era of a new level of developer experience. For Prisma we can accelerate our interaction with database, Elysia accelerate our creation of backend web server in term of both developer experience and performance.'
3030
},
3131
{
3232
title: 'Introducing Elysia 0.5 - Radiant',

docs/blog/with-prisma.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: Accerate your next Prisma server with Elysia
2+
title: Accelerate your next Prisma server with Elysia
33
sidebar: false
44
editLink: false
55
head:
66
- - meta
77
- property: 'og:title'
8-
content: Accerate your next Prisma server with Elysia
8+
content: Accelerate your next Prisma server with Elysia
99

1010
- - meta
1111
- name: 'description'
12-
content: With the support of Prisma with Bun and Elysia, we are entering a new era of a new level of developer experience. For Prisma we can accerate our interaction with database, Elysia accerate our creation of backend web server in term of both developer experience and performance.
12+
content: With the support of Prisma with Bun and Elysia, we are entering a new era of a new level of developer experience. For Prisma we can accelerate our interaction with database, Elysia accelerate our creation of backend web server in term of both developer experience and performance.
1313

1414

1515
- - meta
1616
- property: 'og:description'
17-
content: With the support of Prisma with Bun and Elysia, we are entering a new era of a new level of developer experience. For Prisma we can accerate our interaction with database, Elysia accerate our creation of backend web server in term of both developer experience and performance.
17+
content: With the support of Prisma with Bun and Elysia, we are entering a new era of a new level of developer experience. For Prisma we can accelerate our interaction with database, Elysia accelerate our creation of backend web server in term of both developer experience and performance.
1818

1919
- - meta
2020
- property: 'og:image'
@@ -30,7 +30,7 @@ head:
3030
</script>
3131

3232
<Blog
33-
title="Accerate your next Prisma server with Elysia"
33+
title="Accelerate your next Prisma server with Elysia"
3434
src="/blog/with-prisma/prism.webp"
3535
alt="Triangular Prism placing in the center"
3636
author="saltyaom"
@@ -412,7 +412,7 @@ We can define our route detail with `detail` that also follows OpenAPI Schema 3.
412412
## What's next
413413
With the support of Prisma with Bun and Elysia, we are entering a new era of a new level of developer experience.
414414

415-
For Prisma we can accerate our interaction with database, Elysia accerate our creation of backend web server in term of both developer experience and performance.
415+
For Prisma we can accelerate our interaction with database, Elysia accelerate our creation of backend web server in term of both developer experience and performance.
416416

417417
> It's an absolute joy to work with.
418418

0 commit comments

Comments
 (0)