From 0dc45ebf421e1bd535b91899d0999c83d33d0cc2 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Tue, 2 Aug 2022 14:07:48 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/application-dev/dfx/hiappevent-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/dfx/hiappevent-guidelines.md b/en/application-dev/dfx/hiappevent-guidelines.md index 956b648263..54199719cd 100644 --- a/en/application-dev/dfx/hiappevent-guidelines.md +++ b/en/application-dev/dfx/hiappevent-guidelines.md @@ -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](#event-verification-result-codes). -**Table 1** APIs for event logging configuration +**Table 2** APIs for event logging configuration | API | Return Value | Description | | ------------------------------ | ------------ | ------------------------------------------------------------ | -- GitLab