From 802d2937aa42ef586cc3c85b885da97ead2ddd6c Mon Sep 17 00:00:00 2001 From: shawn_he Date: Mon, 20 Jun 2022 17:10:54 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he --- en/application-dev/device/usb-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/device/usb-guidelines.md b/en/application-dev/device/usb-guidelines.md index 8476e88dc8..e14b8bc1fa 100644 --- a/en/application-dev/device/usb-guidelines.md +++ b/en/application-dev/device/usb-guidelines.md @@ -8,7 +8,7 @@ In Host mode, you can obtain the list of connected devices, enable or disable th The USB service provides the following functions: query of USB device list, bulk data transfer, control transfer, and access permission management. -The following table lists the USB APIs currently available. For details, see the [API Reference](../reference/apis/js-apis-usb.md). +The following table lists the USB APIs currently available. For details, see the [API Reference](../reference/apis/js-apis-usb.md). **Table 1** Open USB APIs -- GitLab