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 713d8ded01778b89be36d85afcc8a0ee4e39974c..53cdf20f46f1458ec62c6fafccf50e81514e4e00 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