Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 12, 2022
1 parent e7aa0cc commit 0833fd0
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 @@ -381,7 +381,7 @@ Configuration options are customizable using [declaration merging](https://www.t
```ts
declare module 'abitype' {
export interface Config {
FixedArrayUpperBound: 6
FixedArrayLengthUpperBound: 6
}
}
```
Expand Down

0 comments on commit 0833fd0

Please sign in to comment.