From 7684aff73ff240d8a70b4466c53ab3d23d3c073b Mon Sep 17 00:00:00 2001 From: alantoa Date: Wed, 15 May 2024 06:48:38 +0800 Subject: [PATCH] fix comments typo --- packages/moti/src/skeleton/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/moti/src/skeleton/types.ts b/packages/moti/src/skeleton/types.ts index 11520db..ec8ca76 100644 --- a/packages/moti/src/skeleton/types.ts +++ b/packages/moti/src/skeleton/types.ts @@ -12,7 +12,7 @@ export type MotiSkeletonProps = { */ boxHeight?: Size /** - * Optional height of the skeleton. Defauls to a `minHeight` of `32` + * Optional height of the skeleton. Defaults to a `minHeight` of `32` */ height?: Size children?: React.ReactChild | null