Skip to content

Commit 1efc2e7

Browse files
authored
Merge pull request #63 from Xkonti/fix-typos-and-grammar-landing
Fix typos and grammar
2 parents 621e187 + a51c221 commit 1efc2e7

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

components/landing/benchmark.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Progress isNode label="Nest" percent="5.09" reqs="13,565" />
2121
</section>
2222
<p class="text-gray-400 text-sm mt-6">
23-
Measure in requests/second. Benchmark for parsing
23+
Measured in requests/second. Benchmark for parsing
2424
query, path parameter and set response header on Debian 11,
2525
Intel i7-13700K tested on Bun 0.5.7 at 8 Mar 2023.
2626
</p>

components/landing/build-with-love.vue renamed to components/landing/built-with-love.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class="flex flex-col justify-center items-center gap-4 text-sm text-gray-400 dark:text-gray-400"
44
>
55
<p>
6-
Build with 💖 dear
6+
Built with 💖 by
77
<button
88
class="appearance-none text-pink-500 text-sm px-1 py-0.5 rounded hover:bg-pink-500/10 focus:bg-pink-500/15 transition-colors"
99
@click="isToggle = !isToggle"

components/landing/components/simple.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<p class="text-xl text-gray-400 w-full max-w-lg">
2424
That's why Elysia invests time to experiment with design
2525
decisions to craft the most ergonomic way possible for
26-
everyone.
26+
everyone
2727
</p>
2828
<p class="text-xl text-gray-400 w-full max-w-lg">
2929
From built-in strict-type validaiton to a unified type

components/landing/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Eden />
3333
<GetStart />
3434
<Editor />
35-
<BuildWithLove />
35+
<BuiltWithLove />
3636
</main>
3737
</template>
3838

@@ -46,7 +46,7 @@ import Ecosystem from './ecosystem.vue'
4646
import Eden from './eden.vue'
4747
import Editor from './editor.vue'
4848
import GetStart from './get-start.vue'
49-
import BuildWithLove from './build-with-love.vue'
49+
import BuiltWithLove from './built-with-love.vue'
5050
5151
import '../tailwind.css'
5252

components/midori/build-with-love.vue renamed to components/midori/built-with-love.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class="flex flex-col justify-center items-center gap-4 text-sm text-gray-400 dark:text-gray-400 mt-8 mb-4"
44
>
55
<p>
6-
Build with 💖 dear
6+
Built with 💖 by
77
<button
88
class="appearance-none text-pink-500 text-sm px-1 py-0.5 rounded hover:bg-pink-500/10 focus:bg-pink-500/15 transition-colors"
99
@click="isToggle = !isToggle"

components/midori/community.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
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 maintainers.
22+
You can ask your questions / propose a new feature / file a bug with our community and mainters.
2323
</p>
2424
</section>
2525
<section class="flex flex-col w-full max-w-xl rounded-lg overflow-hidden">

components/midori/e2e-type-safety.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ await eden.user.age.patch({
4747
<p
4848
class="text-xl md:text-2xl leading-relaxed text-gray-400 text-left md:text-center w-full max-w-2xl"
4949
>
50-
Synchornize types across all applications.
50+
Synchronize types across all applications.
5151
<br />
5252
Move fast and break nothing like tRPC.
5353
</p>

components/midori/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import '../tailwind.css'
1919
import './midori.css'
2020
2121
import { onMounted, ref } from 'vue'
22-
import BuildWithLove from './build-with-love.vue'
22+
import BuiltWithLove from './built-with-love.vue'
2323
2424
const isDark = ref(false)
2525
@@ -97,7 +97,7 @@ onMounted(() => {
9797
<Editor />
9898
<Community />
9999
<QuickStart />
100-
<BuildWithLove />
100+
<BuiltWithLove />
101101
</article>
102102
</div>
103103
</template>

components/midori/just-return.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ new Elysia()
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 the value
39-
and Elysia will handle the rest.
38+
Whether it's a regular 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ new Elysia()
3131
class="text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
3232
>
3333
Elysia generates OpenAPI 3.0 specs automatically to integrate
34-
with various tools across multiple languages.
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"

0 commit comments

Comments
 (0)