Skip to content

Commit cfe893d

Browse files
committed
adjust wording
1 parent d0c8f49 commit cfe893d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

routes/api.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
|--------------------------------------------------------------------------
1010
|
1111
| Here is where you can register API routes for your application. These
12-
| routes are loaded by the RouteServiceProvider within a group which
13-
| is assigned the "api" middleware group. Enjoy building your API!
12+
| routes are loaded by the RouteServiceProvider and all of them will
13+
| be assigned to the "api" middleware group. Make something great!
1414
|
1515
*/
1616

routes/web.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
|--------------------------------------------------------------------------
99
|
1010
| Here is where you can register web routes for your application. These
11-
| routes are loaded by the RouteServiceProvider within a group which
12-
| contains the "web" middleware group. Now create something great!
11+
| routes are loaded by the RouteServiceProvider and all of them will
12+
| be assigned to the "web" middleware group. Make something great!
1313
|
1414
*/
1515

0 commit comments

Comments
 (0)