Fixed typo

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-02-24 13:52:33 -08:00
parent 4b7f45a15e
commit 93ad59466b

View file

@ -11,7 +11,7 @@ use Illuminate\Http\Request;
| routes are loaded by the RouteServiceProvider within a group which
| is assigned the "api" middleware group. Enjoy building your API!
|
| We *could* put the middleware speficication in the RouteServiceProvider's mapApiRoutes()
| We *could* put the middleware specification in the RouteServiceProvider's mapApiRoutes()
| method, but we felt it was clearer to keep it here, since we look at the api routes for more
| often than we look at the RouteServiceProvider. - @snipe
|