diff --git a/en/readme/graphics.md b/en/readme/graphics.md index 2b659df208b122472b0eb36cd8b87056478f5002..bdf107f3206d854d29bd3a8cc2d42ab4af18e2c9 100644 --- a/en/readme/graphics.md +++ b/en/readme/graphics.md @@ -13,7 +13,7 @@ The Graphics subsystem mainly consists of user interface \(UI\) components, layo The related modules are described as follows: -- View: provides application components, including UIView, UIViewGoup, UIButton, UILabel, UILabelButton, UIList, and UISlider. +- View: provides application components, including UIView, UIViewGroup, UIButton, UILabel, UILabelButton, UIList, and UISlider. - Animator: defines functions for customizing animators. - Layout: lays out components, including Flexlayout, GridLayout, and ListLayout. - Transform: rotates, translates, or scales images. @@ -98,7 +98,7 @@ The following figure shows the architecture of the Graphics subsystem. Provides multi-window capabilities. -- Input Manger +- Input Manager Functions as the multimodal input module that receives input events. 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 9e2c6040e91c245b637479d7ee7361b7e448fca2..7d38c96d3b7922a2fb1996c274d3fd81bde82f7d 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" @@ -29,7 +29,7 @@ 各模块介绍: -- View:应用组件,包括UIView、UIViewGoup、UIButton、UILabel、UILabelButton、UIList、UISlider等。 +- View:应用组件,包括UIView、UIViewGroup、UIButton、UILabel、UILabelButton、UIList、UISlider等。 - Animator:动画模块,开发者可以自定义动画。 - Layout:布局控件,包括Flexlayout、GridLayout、ListLayout等。 - Transform:图形变换模块,包括旋转、平移、缩放等。