diff --git a/libs/extensions/angular/localization/src/formatting-pipes.mdx b/libs/extensions/angular/localization/src/formatting-pipes.mdx index 8c43d81610..927d5dcb5e 100644 --- a/libs/extensions/angular/localization/src/formatting-pipes.mdx +++ b/libs/extensions/angular/localization/src/formatting-pipes.mdx @@ -10,7 +10,7 @@ import * as PhoneNumberStories from './phone-number/phone-number.stories'; # Formatting Pipes -The following pipes are utilities that can be used to transform and format data for display purposes. They are particularly useful in localization, where data such as numbers, dates, and currencies need to be presented in a format that is familiar to the user based on their locale. The pipes are also useful for ensuring a common presentation of the supported data types across one or more applications. +The following pipes are utilities that can be used to format data for display purposes. They are particularly useful in localization, where data such as numbers, dates, and currencies need to be presented in a format that is familiar to the user based on their locale. The pipes are also useful for ensuring a common presentation of the supported data types across one or more applications. ## Account Number