From c0bcd699c9129bf9cdeca44ca0f123852953c7b9 Mon Sep 17 00:00:00 2001
From: king_he <6384784@qq.com>
Date: Tue, 31 May 2022 01:05:25 +0000
Subject: [PATCH] update
en/application-dev/reference/arkui-ts/ts-basic-components-progress.md.
Signed-off-by: king_he <6384784@qq.com>
---
.../reference/arkui-ts/ts-basic-components-progress.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-progress.md b/en/application-dev/reference/arkui-ts/ts-basic-components-progress.md
index 3c47386dc3..9302a766df 100644
--- a/en/application-dev/reference/arkui-ts/ts-basic-components-progress.md
+++ b/en/application-dev/reference/arkui-ts/ts-basic-components-progress.md
@@ -1,7 +1,7 @@
# Progress
->  **NOTE**
+> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version.
@@ -25,7 +25,7 @@ Progress(value: { value: number, total?: number, type?: ProgressType})
Creates a progress bar.
- Parameters
- | Name | Type | Mandatory | Default Value | Description |
+ | Name | Type | Mandatory | Default Value | Description |
| -------- | -------- | -------- | -------- | -------- |
| value | number | Yes | - | Current progress. |
| total | number | No | 100 | Total progress. |
@@ -33,7 +33,7 @@ Creates a progress bar.
- ProgressType enums
- | Name | Description |
+ | Name | Description |
| -------- | -------- |
| Linear | Linear type. |
| Ring8+ | Ring type without scale. The ring fills up as the progress increases. |
--
GitLab