From ef9e4641a71675e316c44813445ca3dcff26ad21 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Mon, 28 Mar 2022 15:06:23 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he --- en/application-dev/dfx/hiappevent-guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/dfx/hiappevent-guidelines.md b/en/application-dev/dfx/hiappevent-guidelines.md index 72ad578dc9..25127a503e 100644 --- a/en/application-dev/dfx/hiappevent-guidelines.md +++ b/en/application-dev/dfx/hiappevent-guidelines.md @@ -8,7 +8,7 @@ The event logging function helps applications log various information generated JS application event logging APIs are provided by the **hiAppEvent** module. -**APIs for event logging:** +**APIs for Event Logging** | API | Return Value | Description | | ------------------------------------------------------------ | -------------- | ------------------------------------------------------------ | @@ -17,7 +17,7 @@ JS application event logging APIs are provided by the **hiAppEvent** module. When an asynchronous callback is used, the return value can be processed directly in the callback. When a promise is used, the return value can also be processed in the promise in a similar way. For details about the result codes, see [Event Verification Result Codes](hiappevent-overview.md#Event Verification Result Codes). -**APIs for event logging configuration:** +**APIs for Event Logging Configuration** | API | Return Value | Description | | ------------------------------ | ------------ | ------------------------------------------------------------ | -- GitLab