adjust wording

This commit is contained in:
Taylor Otwell 2023-01-25 18:07:48 +00:00
parent d0c8f49427
commit cfe893dbf6
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Here is where you can register API routes for your application. These | Here is where you can register API routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which | routes are loaded by the RouteServiceProvider and all of them will
| is assigned the "api" middleware group. Enjoy building your API! | be assigned to the "api" middleware group. Make something great!
| |
*/ */

View File

@ -8,8 +8,8 @@
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Here is where you can register web routes for your application. These | Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which | routes are loaded by the RouteServiceProvider and all of them will
| contains the "web" middleware group. Now create something great! | be assigned to the "web" middleware group. Make something great!
| |
*/ */