Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Apr 11, 2024
1 parent 6226889 commit 29bab54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ Options:
| maxArrayChildren | `number` | `5` | The number of array items to print. |
| maxObjectChildren | `number` | `5` | The number of object key-values to print. |
| maxLength | `number` | `100` | The maximum length of literals, such as strings, before truncating them. |
| sensitive | `boolean` | `false` | Set it do `true` if you deal with sensitive data to avoid leaks. See below. |
| sensitive | `boolean` | `false` | Set it to `true` if you deal with sensitive data to avoid leaks. See below. |

`format(someDecoderError)` example:

Expand Down

0 comments on commit 29bab54

Please sign in to comment.