Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit e825589

Browse files
committed
Merge branch 'develop' of https://github.com/swooletw/laravel-swoole into develop
2 parents c671134 + cb6da18 commit e825589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/swoole_http.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939

4040
/*
4141
|--------------------------------------------------------------------------
42-
| Laravel app will be cloned on every requset.
42+
| Laravel app will be cloned on every request.
4343
|--------------------------------------------------------------------------
4444
*/
4545
'sandbox_mode' => env('SWOOLE_SANDBOX_MODE', true),
4646

4747
/*
4848
|--------------------------------------------------------------------------
49-
| Console output will be transfered to response content if enabled.
49+
| Console output will be transferred to response content if enabled.
5050
|--------------------------------------------------------------------------
5151
*/
5252
'ob_output' => env('SWOOLE_OB_OUTPUT', true),

0 commit comments

Comments
 (0)