Skip to content

Commit b333fdd

Browse files
authored
Fix typo in login instructions for API connection
1 parent 2298264 commit b333fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/auth/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1 class="text-2xl font-bold text-zinc-900 dark:text-white">Log in to your account</h1>
44
<p class="mt-2 text-zinc-600 dark:text-zinc-400">Enter your email and password below to log in</p>
55
<p class="text-blue-800 dark:text-blue-200 mt-6 bg-blue-50 dark:bg-blue-900 rounded-lg shadow p-4">
6-
This is the NativePHP Mobile API Starter Kit. To get started you must connect your app to an API. The API endpoints for this app is included in the same codebase. You can simply run `herd share` or use something like `ngrock` to start up the server. Then update your `.env` with the API endpoint, then continue to register/login.
6+
This is the NativePHP Mobile API Starter Kit. To get started you must connect your app to an API. The API endpoints for this app is included in the same codebase. You can simply run `herd share` or use something like `ngrok` to start up the server. Then update your `.env` with the API endpoint, then continue to register/login.
77
</p>
88
</div>
99
@if($errorMessage)

0 commit comments

Comments
 (0)