From f7d3ba2c069a0cf376cd18f40265df01b6239b68 Mon Sep 17 00:00:00 2001 From: simlecode <69969590+simlecode@users.noreply.github.com> Date: Tue, 28 May 2024 22:25:07 +0800 Subject: [PATCH] chore: fix typo --- docs/pages/api/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'