From 9bbe99ba6379ebd2b223b39b34951b4e2999e282 Mon Sep 17 00:00:00 2001 From: HowardQin Date: Thu, 21 Dec 2023 17:52:00 +0800 Subject: [PATCH] Update debug-point-action.md --- docs/en/docs/admin-manual/http-actions/fe/debug-point-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/admin-manual/http-actions/fe/debug-point-action.md b/docs/en/docs/admin-manual/http-actions/fe/debug-point-action.md index 067094ccb95676..84ad9bf324a3f1 100644 --- a/docs/en/docs/admin-manual/http-actions/fe/debug-point-action.md +++ b/docs/en/docs/admin-manual/http-actions/fe/debug-point-action.md @@ -281,7 +281,7 @@ curl -X POST "http://127.0.0.1:8030/api/debug_point/clear" >In community's CI system, `enable_debug_points` configuration of FE and BE are true by default. -The Regression test framework also provides methods to activate and deactivate a particular debug point,
+The Regression test framework also provides methods to activate and deactivate a particular debug point,
they are declared as below: ```groovy // "name" is the debug point to activate, "params" is a list of key-value pairs passed to debug point