From 2bfb444f6edc7f73fd08fb94933b4c480ed162a9 Mon Sep 17 00:00:00 2001
From: king_he <6384784@qq.com>
Date: Mon, 27 Jun 2022 12:19:01 +0000
Subject: [PATCH] update
en/application-dev/reference/arkui-ts/ts-drawing-components-path.md.
Signed-off-by: king_he <6384784@qq.com>
---
.../reference/arkui-ts/ts-drawing-components-path.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/en/application-dev/reference/arkui-ts/ts-drawing-components-path.md b/en/application-dev/reference/arkui-ts/ts-drawing-components-path.md
index 640678045c..a913e1b013 100644
--- a/en/application-dev/reference/arkui-ts/ts-drawing-components-path.md
+++ b/en/application-dev/reference/arkui-ts/ts-drawing-components-path.md
@@ -1,11 +1,11 @@
# Path
->  **NOTE**
+> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version.
-The **<Path>** component is used to draw a path.
+The **** component is used to draw a path.
## Required Permissions
@@ -20,11 +20,11 @@ None
## Attributes
- | Name | Type | Default Value | Mandatory | Description |
+| Name | Type | Default Value | Mandatory | Description |
| -------- | -------- | -------- | -------- | -------- |
| width | Length | 0 | No | Width of the rectangle where the path is located. |
| height | Length | 0 | No | Height of the rectangle where the path is located. |
-| commands | string | '' | Yes | Command string for drawing the path. |
+| commands | string | '' | Yes | Commands for drawing the path. |
The supported commands are as follows:
--
GitLab