diff --git a/en/readme/graphics.md b/en/readme/graphics.md index 2b4109457b1cf18923e391efb5693363aa92980a..1f042454def009672a418cdad233f3a18cfa8ecf 100644 --- a/en/readme/graphics.md +++ b/en/readme/graphics.md @@ -16,7 +16,7 @@ The related modules are described as follows: - View: provides application components, including **UIView**, **UIViewGroup**, **UIButton**, **UILabel**, **UILabelButton**, **UIList**, and **UISlider**. - Animator: defines functions for customizing animations. -- Layout: lays out components, including **Flexlayout**, **GridLayout**, and **ListLayout**. +- Layout: lays out components, including **FlexLayout**, **GridLayout**, and **ListLayout**. - Transform: rotates, translates, or scales images. - Event: processes basic events, including click, press, drag, and long press events. - Rendering engine: performs rendering and drawing operations. diff --git "a/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" index 78c966e968974cdd56519ae7cadad5c8abf27cb1..17db95be3eee1d5246fd45e73baf7d7a28d824ba 100644 --- "a/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" +++ "b/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" @@ -15,7 +15,7 @@ - View:应用组件,包括UIView、UIViewGroup、UIButton、UILabel、UILabelButton、UIList、UISlider等。 - Animator:动画模块,开发者可以自定义动画。 -- Layout:布局控件,包括Flexlayout、GridLayout、ListLayout等。 +- Layout:布局控件,包括FlexLayout、GridLayout、ListLayout等。 - Transform:图形变换模块,包括旋转、平移、缩放等。 - Event:事件模块,包括click、press、drag、long press等基础事件。 - Rendering engine:渲染绘制模块。