Skip to content

Commit

Permalink
Fix typos (#26128)
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-jpoole committed Apr 11, 2023
1 parent f2efc69 commit 2e9aad1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ console.log(
// "4.33"
```

The minimum factional digits have no effect if the value already has more than 2 fractional digits:
The minimum fractional digits have no effect if the value already has more than 2 fractional digits:

```js
// Minimum fractions have no effect if value is higher precision.
Expand Down Expand Up @@ -494,7 +494,7 @@ console.log(

#### Using SignificantDigits

The number of _significant digits_ is the total number of digits including both integer and factional parts.
The number of _significant digits_ is the total number of digits including both integer and fractional parts.
The `maximumSignificantDigits` is used to indicate the total number of digits from the original value to display.

The examples below show how this works.
Expand Down

0 comments on commit 2e9aad1

Please sign in to comment.