Skip to content

Commit 3f53ea7

Browse files
committed
Typo
1 parent 129d7fc commit 3f53ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/docs/mobile/2/concepts/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Authenticating the user serves two purposes:
1818
2. It gives you an opportunity to grant or deny access to certain features of your app based on the authenticated state
1919
of the user.
2020

21-
Whilst some user data may ne stored on the user's device for convenience, you should not rely on this data to
21+
Whilst some user data may be stored on the user's device for convenience, you should not rely on this data to
2222
authenticate the user. This is because **the data is outside of your control**. So you will not be using the typical
2323
Laravel authentication mechanisms to check for an authenticated user.
2424

0 commit comments

Comments
 (0)