Skip to content

Commit 8f7abcc

Browse files
committed
doc: fix some grammar problem.
1 parent 920b5d7 commit 8f7abcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/HttpLuaModule.wiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,9 +1285,9 @@ This hook no longer runs in the cache manager and cache loader processes since t
12851285
12861286
'''phase:''' ''exiting-worker''
12871287
1288-
Runs the specified Lua code upon every Nginx worker process's exiting when the master process is enabled.
1288+
Runs the specified Lua code upon every Nginx worker process's exiting when the master process is enabled. When the master process is disabled, this hook will before run Nginx process exiting.
12891289
1290-
This hook is often used to release resources when [[#init_worker_by_lua_block|init_worker_by_lua*]] create resources, To prevent the worker exit abnormal.
1290+
This hook is often used to release resources when [[#init_worker_by_lua|init_worker_by_lua*]] create resources, to prevent the worker from exiting abnormally.
12911291
12921292
For example,
12931293

0 commit comments

Comments
 (0)