Skip to content

Commit f80fe21

Browse files
committed
Minor corrections
1 parent f1f2621 commit f80fe21

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Now that you've obtained your API key, let's create your models!
2828

2929
- The table should now display your mock data.
3030

31-
## Testing the mock server
31+
## Testing your mock server
3232

3333
You can test your API endpoint using cURL with the following format:
3434

layouts/docs.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
{{ doc.text }}
5252
</NuxtLink>
5353
</li>
54-
<li class="p-6"><hr /></li>
55-
<li>
54+
<li class="block md:hidden p-6 md:p-0"><hr /></li>
55+
<li class="block md:hidden">
5656
<NuxtLink
5757
class="btn btn-ghost gap-x-2 font-normal normal-case text-lg w-full justify-start"
5858
to="/dashboard"
@@ -61,7 +61,7 @@
6161
<ArrowUpRightIcon class="w-4 h-4" />
6262
</NuxtLink>
6363
</li>
64-
<li>
64+
<li class="block md:hidden">
6565
<NuxtLink
6666
class="btn btn-ghost font-normal normal-case text-lg w-full justify-start"
6767
to="https://github.com/netervati/pseudo-rest-api"

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<section class="flex flex-col h-screen gap-3">
1212
<header class="flex flex-col m-auto text-center w-5/6 md:w-3/6">
1313
<h1 class="font-bold text-3xl md:text-6xl"><span class="bg-gray-300">API Mocking</span> Made Simple for Everyone.</h1>
14-
<p class="mt-8 md:text-xl">Build, tweak, and perfect your mock REST APIs with ease. We'll serve those endpoints for you.</p>
14+
<p class="mt-8 md:text-xl">Build, tweak, and test your mock REST APIs with ease. We'll serve those endpoints for you.</p>
1515
<div class="flex m-auto">
1616
<NuxtLink
1717
class="btn mt-4 gap-x-2 font-normal text-md md:text-2xl normal-case"

0 commit comments

Comments
 (0)