We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129d7fc commit 3f53ea7Copy full SHA for 3f53ea7
resources/views/docs/mobile/2/concepts/authentication.md
@@ -18,7 +18,7 @@ Authenticating the user serves two purposes:
18
2. It gives you an opportunity to grant or deny access to certain features of your app based on the authenticated state
19
of the user.
20
21
-Whilst some user data may ne stored on the user's device for convenience, you should not rely on this data to
+Whilst some user data may be stored on the user's device for convenience, you should not rely on this data to
22
authenticate the user. This is because **the data is outside of your control**. So you will not be using the typical
23
Laravel authentication mechanisms to check for an authenticated user.
24
0 commit comments