From 7c10226340de1ac5093f72b237aa138ad2393323 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Tue, 6 Jun 2023 08:59:55 +0800 Subject: [PATCH] Update docs (18647) Signed-off-by: ester.zhou --- .../reference/arkui-ts/ts-basic-components-span.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-span.md b/en/application-dev/reference/arkui-ts/ts-basic-components-span.md index 713d8ded01..53cdf20f46 100644 --- a/en/application-dev/reference/arkui-ts/ts-basic-components-span.md +++ b/en/application-dev/reference/arkui-ts/ts-basic-components-span.md @@ -6,7 +6,7 @@ The **\** component is used to display inline text in the **\** comp > > This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. > -> Since API version 10, this component can inherit the attributes of the **\** parent component. That is, if no attribute is set for this component, it inherits the attributes (if set) of its parent component. The following attributes can be inherited: **fontColor**, **fontSize**, **fontStyle**, **fontWeight**, **decoration**, **letterSpacing**, **textCase**, **lineHeight**, and **fontfamily**. +> Since API version 10, this component can inherit the attributes of the **\** parent component. That is, if no attribute is set for this component, it inherits the attributes (if set) of its parent component. Only the following attributes can be inherited: **fontColor**, **fontSize**, **fontStyle**, **fontWeight**, **decoration**, **letterSpacing**, **textCase**, and **fontfamily**. ## Child Components -- GitLab