diff --git a/docs/decisions/010-deprecations.md b/docs/decisions/010-deprecations.md index 6603e950fb..0340eaf842 100644 --- a/docs/decisions/010-deprecations.md +++ b/docs/decisions/010-deprecations.md @@ -8,7 +8,7 @@ Status: proposed Starting the development of our design system from scratch, we have been using version 0 for a long time. As [SEMVER suggests][semver-zero-version], we want to communicate to our users that the design system is at an early stage and any feature is not considered stable. -However, from the time our users started to use the design system and test it, they wanted the components they would not change under the hands. +However, from the time our users started to use the design system and test it, they wanted the components that would not change under the hands. They want to API to be more stable and predictable. Starting the first production usage of the design system, we had to stabilize the API and find another way how to customize and further develop our components.