diff --git a/en/application-dev/ui/ui-ts-drawing-feature.md b/en/application-dev/ui/ui-ts-drawing-feature.md index 168d8ff9a13578ae3b9d2f92589a006a125307bc..3c9085735def3ef93e814abe7c7f7508ed41d6eb 100644 --- a/en/application-dev/ui/ui-ts-drawing-feature.md +++ b/en/application-dev/ui/ui-ts-drawing-feature.md @@ -92,7 +92,7 @@ In the food component table on the **FoodDetail** page, each food group is label In addition to drawing basic geometric shapes, you can also use the **\** component to draw a custom path. The following describes how to draw an application logo. -1. Create an eTS page **Logo.ets** in the **pages** folder. +1. Create a page **Logo.ets** in the **pages** folder. ![drawing-feature1](figures/drawing-feature1.png)