From 191734d145cf9e5ff43c3b51c92ab17714791bff Mon Sep 17 00:00:00 2001 From: shawn_he Date: Wed, 28 Dec 2022 18:16:30 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/application-dev/dfx/apprecovery-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/dfx/apprecovery-guidelines.md b/en/application-dev/dfx/apprecovery-guidelines.md index 1a3f3577b0..0e4e7c257c 100644 --- a/en/application-dev/dfx/apprecovery-guidelines.md +++ b/en/application-dev/dfx/apprecovery-guidelines.md @@ -11,7 +11,7 @@ Currently, the APIs support only the development of an application that adopts t ## Available APIs -The application recovery APIs are provided by the **appRecovery** module, which can be imported via **import**. For details, please refer to [Development Example](#Development Example). This document describes behaviors of APIs in API version 9, and the content will update with changes. +The application recovery APIs are provided by the **appRecovery** module, which can be imported via **import**. For details, please refer to [Development Example](#development-example). This document describes behaviors of APIs in API version 9, and the content will update with changes. ### Available APIs -- GitLab