This is an automated email from the ASF dual-hosted git repository.
wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 774ae2cdc docs(inspect): fix typo (#12715)
774ae2cdc is described below
commit 774ae2cdc58f8c7814a8101b9096623aee7fbfe4
Author: xuruidong <[email protected]>
AuthorDate: Tue Nov 4 16:35:13 2025 +0800
docs(inspect): fix typo (#12715)
---
docs/en/latest/plugins/inspect.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/plugins/inspect.md
b/docs/en/latest/plugins/inspect.md
index 9f5b3fe08..3bbb84b8b 100644
--- a/docs/en/latest/plugins/inspect.md
+++ b/docs/en/latest/plugins/inspect.md
@@ -68,8 +68,8 @@ be flushed, and it would not affect other caches to avoid
slowing down other par
* If the breakpointis related to local function or anonymous function,
then you have to set it to `nil` (because no way to get function reference),
which would flush the whole jit cache of Lua vm.
-You attach a `filter_func` function of the breakpoint, the function takes the
`info` as argument and returns
-true of false to determine whether the breakpoint would be removed. You could
setup one-shot breakpoint
+You attach a `filter_func` function to the breakpoint. The function takes the
`info` as an argument and returns
+true or false to determine whether the breakpoint would be removed. This
allows you to set up a one-shot breakpoint
at ease.
The `info` is a hash table which contains below keys: