Skip to content

Commit 5230a11

Browse files
authored
Merge pull request #44 from wi-ski/patch-1
Update api.service.ts
2 parents 8e77fd4 + cc0a3a2 commit 5230a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/services/api.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default class ApiService extends Service {
101101
methods: {
102102

103103
/**
104-
* Authenticate the request. It check the `Authorization` token value in the request header.
104+
* Authenticate the request. It checks the `Authorization` token value in the request header.
105105
* Check the token value & resolve the user by the token.
106106
* The resolved user will be available in `ctx.meta.user`
107107
*

0 commit comments

Comments
 (0)