Skip to content

Commit

Permalink
fix(laravel sanctum): grammar mistake (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
stickpro committed Oct 17, 2020
1 parent f75b5c2 commit 695a143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/laravel/sanctum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function laravelSanctum (_nuxt, strategy) {
const { url } = strategy

if (!url) {
throw new Error('url is required is laravel sanctum!')
throw new Error('URL is required with Laravel Sanctum!')
}

const endpointDefaults = {
Expand Down

0 comments on commit 695a143

Please sign in to comment.