Skip to content

Commit 695a143

Browse files
authored
fix(laravel sanctum): grammar mistake (#824)
1 parent f75b5c2 commit 695a143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/laravel/sanctum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function laravelSanctum (_nuxt, strategy) {
44
const { url } = strategy
55

66
if (!url) {
7-
throw new Error('url is required is laravel sanctum!')
7+
throw new Error('URL is required with Laravel Sanctum!')
88
}
99

1010
const endpointDefaults = {

0 commit comments

Comments
 (0)