Skip to content

Commit d98e5f1

Browse files
authored
Fixed typo in documentation
1 parent 5c1a9af commit d98e5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/mobile_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Start by creating a route that would handle the request from the login screen on
1111
```php
1212

1313
// Routes.php
14-
$route->post('auth/token', 'App\Controllers\Auth\LoginController::mobileLogin');
14+
$routes->post('auth/token', 'App\Controllers\Auth\LoginController::mobileLogin');
1515

1616
// LoginController.php
1717
namespace App\Controllers\Auth;

0 commit comments

Comments
 (0)