diff --git a/docs/pages/api/types.md b/docs/pages/api/types.md index 3a159eac..570978b2 100644 --- a/docs/pages/api/types.md +++ b/docs/pages/api/types.md @@ -72,7 +72,7 @@ import { AbiInternalType } from 'abitype' ## `AbiParameter` -`inputs` and `ouputs` item for ABI functions, errors, and constructors +`inputs` and `outputs` item for ABI functions, errors, and constructors ```ts twoslash noplayground import { AbiParameter } from 'abitype'