Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: Change info to information everywhere #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// <span>US$ ١٥٠٫٠٠</span> 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

Expand All @@ -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.

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down