From d7af4971949405fd19cd0ca8d7c7a7c2c6c61118 Mon Sep 17 00:00:00 2001 From: Kris Borchers Date: Fri, 29 Jan 2016 13:23:49 -0600 Subject: [PATCH] README: Change info to information everywhere Trivial change used to test cla checker --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 765a632..b45865a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ // US$ ١٥٠٫٠٠ when using the `ar` (Arabic) locale. ``` -3. Further info about each component is available below. +3. Further information about each component is available below. ## Components @@ -49,7 +49,7 @@ The numeric value to be formatted. Required. - **currency** - required - A 3-letter string currency code as defined by ISO 4217 (e.g., USD, EUR, CNY, etc). - **options** - - An optional set of options to further format the value. See the [currencyFormatter][] docs in Globalize for more info on specific options + - An optional set of options to further format the value. See the [currencyFormatter][] docs in Globalize for more information on specific options - **locale** - optional - A string value representing the locale (as defined by BCP47) used to override the default locale (preferred) set by your application using `Globalize.locale(locale)` when formatting the amount. @@ -88,7 +88,7 @@ The date object to be formatted. Required. #### Props - **options** - - An optional set of options which defines how to format the date. See the [dateFormatter][] docs in Globalize for more info on supported patterns + - An optional set of options which defines how to format the date. See the [dateFormatter][] docs in Globalize for more information on supported patterns - **locale** - optional - A string value representing the locale (as defined by BCP47) used to override the default locale (preferred) set by your application using `Globalize.locale(locale)` when formatting the amount. @@ -213,7 +213,7 @@ The number to be formatted. Required. #### Props - **options** - - An optional set of options to further format the value. See the [numberFormatter][] docs in Globalize for more info on specific options + - An optional set of options to further format the value. See the [numberFormatter][] docs in Globalize for more information on specific options - **locale** - optional - A string value representing the locale (as defined by BCP47) used to override the default locale (preferred) set by your application using `Globalize.locale(locale)` when formatting the amount.