This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new bbb404a8447 [fix](doc) spell errors fixes for debug-point-action 
(#28152)
bbb404a8447 is described below

commit bbb404a84472b1e44d472cde21ba79aa39de54b1
Author: Nitin-Kashyap <66766227+nitin-kash...@users.noreply.github.com>
AuthorDate: Fri Jan 12 13:14:32 2024 +0530

    [fix](doc) spell errors fixes for debug-point-action (#28152)
---
 docs/en/docs/admin-manual/http-actions/fe/debug-point-action.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 4bb59226b5c..f28ba12b9b2 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
@@ -93,7 +93,7 @@ POST 
/api/debug_point/add/{debug_point_name}[?timeout=<int>&execute=<int>]
 ### Query Parameters
 
 * `debug_point_name`
-    Debug point name. Required.
+    Debug point name. Mandatory parameter.
 
 * `timeout`
     Timeout in seconds. When timeout, the debug point will be deactivated. 
Default is -1, never timeout. Optional.
@@ -219,7 +219,7 @@ DBUG_EXECUTE_IF("TxnManager.prepare_txn.random_failed",
 ### Query Parameters
 
 * `debug_point_name`
-    Debug point name. Require.
+    Debug point name. Mandatory parameter.
     
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to