Skip to content

Commit 3f65ac4

Browse files
authored
Merge pull request #66 from samuba/homepage-typo
fix typos/grammar on homepage
2 parents 191edc7 + 70f5b99 commit 3f65ac4

File tree

9 files changed

+31
-31
lines changed

9 files changed

+31
-31
lines changed

components/landing/components/simple.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
</p>
2222
<div class="flex flex-col md:flex-row gap-6 md:gap-8">
2323
<p class="text-xl text-gray-400 w-full max-w-lg">
24-
That's why Elysia invest times to experiment with design
25-
decision to craft the most ergonomic way possible for
26-
everyone
24+
That's why Elysia invests time to experiment with design
25+
decisions to craft the most ergonomic way possible for
26+
everyone.
2727
</p>
2828
<p class="text-xl text-gray-400 w-full max-w-lg">
29-
From built-in strict-type validation to unified types
29+
From built-in strict-type validaiton to a unified type
3030
system, and documentation generation, making an ideal
31-
framework for building server with TypeScript.
31+
framework for building servers with TypeScript.
3232
</p>
3333
</div>
3434
</section>

components/midori/community.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h2
88
class="text-2xl md:text-3xl leading-tight font-medium text-gray-400 mb-2"
99
>
10-
Can't find what looking for?
10+
Can't find what you're looking for?
1111
</h2>
1212
<h2
1313
class="text-5xl leading-tight font-semibold text-gray-400 mb-4 bg-clip-text text-transparent bg-gradient-to-tl from-fuchsia-500 to-blue-500"
@@ -16,10 +16,10 @@
1616
</h2>
1717
</header>
1818
<p class="text-xl text-gray-400 w-full max-w-lg mb-4">
19-
Elysia is one of the biggest community base for Bun first web framework.
19+
Elysia is one of the biggest communities for Bun first web frameworks.
2020
</p>
2121
<p class="text-xl text-gray-400 w-full max-w-lg">
22-
You can ask your questions / propose a new feature / file a bug with our community and mainter.
22+
You can ask your questions / propose a new feature / file a bug with our community and maintainers.
2323
</p>
2424
</section>
2525
<section class="flex flex-col w-full max-w-xl rounded-lg overflow-hidden">

components/midori/fast.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ const graphs = [
4242
micro optimization.
4343
</p>
4444
<p class="text-xl text-gray-400 w-full max-w-lg">
45-
Elysia is able to outperform in various situation, being one of
46-
the top-perform TypeScript framework.
45+
Elysia is able to outperform in various situations, being one of
46+
the top-performing TypeScript frameworks.
4747
</p>
4848
</section>
4949
<section class="flex flex-col w-full max-w-xl">

components/midori/hero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<h2
8585
class="relative text-5xl md:text-6xl md:leading-tight font-bold md:text-center leading-tight text-transparent bg-clip-text bg-gradient-to-r from-sky-300 to-indigo-400 mt-2 mb-8"
8686
>
87-
Ergonomic Framework for Human<span
87+
Ergonomic Framework for Humans<span
8888
class="absolute w-10 md:w-12 h-10 md:h-12 bottom-0 mb-4 ml-2 md:ml-0 md:mb-10 text-indigo-400"
8989
>
9090
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">

components/midori/just-return.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ new Elysia()
2929
<p
3030
class="text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
3131
>
32-
No need for additional method, just return a value to send data
33-
back to client
32+
No need for an additional method, just return the value to send data
33+
back to the client.
3434
</p>
3535
<p
3636
class="text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
3737
>
38-
Whether it's a normal string, or complex JSON, just return value
39-
and Elysia will handle the rest
38+
Whether it's a normal string, or complex JSON, just return the value
39+
and Elysia will handle the rest.
4040
</p>
4141
</header>
4242
</article>

components/midori/openapi.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ new Elysia()
3030
<p
3131
class="text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
3232
>
33-
Elysia generate OpenAPI 3.0 specs automatically to integrate
34-
with various tools across multiple languages
33+
Elysia generates OpenAPI 3.0 specs automatically to integrate
34+
with various tools across multiple languages.
3535
</p>
3636
<p
3737
class="text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
3838
>
3939
Thanks to OpenAPI compliance, Elysia can generate Swagger in one
40-
line with Swagger plugin
40+
line with the Swagger plugin.
4141
</p>
4242
</header>
4343
</article>

components/midori/plugins.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ onMounted(() => {
6565
</h2>
6666
</header>
6767
<p class="text-xl text-gray-400 w-full max-w-lg mb-4">
68-
Being one of the most popular choice for Bun web framework,
68+
Being one of the most popular choices for a Bun web framework,
6969
likely there is a plugin for what you want.
7070
</p>
7171
<p class="text-xl text-gray-400 w-full max-w-lg">
72-
If there's no plugin you need, it's easy to create one and share
73-
with community.
72+
If the plugin you need is not there, it's easy to create one and share
73+
it with the community.
7474
</p>
7575
<div class="mt-8">
7676
<a

components/midori/simple.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h2
88
class="text-5xl md:text-6xl md:leading-tight font-bold text-transparent bg-clip-text bg-gradient-to-br from-lime-300 to-cyan-300"
99
>
10-
Made for Human
10+
Made for Humans
1111
</h2>
1212
<h2
1313
class="text-3xl leading-tight font-medium text-gray-400 mb-8"
@@ -26,14 +26,14 @@
2626
</p>
2727
<div class="flex flex-col md:flex-row gap-6 md:gap-8">
2828
<p class="text-xl text-gray-400 w-full max-w-lg">
29-
That's why Elysia invest times to experiment with design
30-
decision to craft the most ergonomic way possible for
31-
everyone
29+
That's why Elysia invests time to experiment with design
30+
decisions to craft the most ergonomic way possible for
31+
everyone.
3232
</p>
3333
<p class="text-xl text-gray-400 w-full max-w-lg">
34-
From built-in strict-type validation to unified types
34+
From built-in strict-type validaiton to a unified type
3535
system, and documentation generation, making an ideal
36-
framework for building server with TypeScript.
36+
framework for building servers with TypeScript.
3737
</p>
3838
</div>
3939
</section>

components/midori/type-strict.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ new Elysia()
3838
<p
3939
class="text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
4040
>
41-
Powered by TypeBox, Elysia enforce type-strict validation to
42-
ensure type integrity by default
41+
Powered by TypeBox, Elysia enforces type-strict validation to
42+
ensure type integrity by default.
4343
</p>
4444
<p
4545
class="text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
4646
>
47-
Elysia infers types to TypeScript automatically to create
48-
unified type system like static type language
47+
Elysia infers types to TypeScript automatically to create a
48+
unified type system like in statically typed languages.
4949
</p>
5050
</header>
5151
</article>

0 commit comments

Comments
 (0)