diff --git a/components/skeleton/index.en-US.md b/components/skeleton/index.en-US.md index ce0b37fd83..000f69fd31 100644 --- a/components/skeleton/index.en-US.md +++ b/components/skeleton/index.en-US.md @@ -5,13 +5,13 @@ title: Skeleton cols: 1 --- -Provide a placeholder at the place which need waiting for loading. +Provide a placeholder while you wait for content to load, or to visualise content that doesn't exist yet. ## When To Use -- When resource needs long time to load, like low network speed. -- The component contains much information. Such as List or Card. -- Only works when loading data at first time. -- Could be replaced by Spin in all situation, but provide better user experience than spin if it works. +- When a resource needs long time to load. +- When the component contains lots of information, such as List or Card. +- Only works when loading data for the first time. +- Could be replaced by Spin in any situation, but can provide a better user experience. ## API