From 4f492b75823aa688ed4bfae41cd68d6073dfd431 Mon Sep 17 00:00:00 2001 From: Snoppy Date: Mon, 6 May 2024 00:27:23 +0800 Subject: [PATCH] chore: fix typos (#414) --- src/atoms/layout/README.md | 2 +- src/context/daoStore.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/atoms/layout/README.md b/src/atoms/layout/README.md index e1d9ce1ba..bb07b1d3b 100644 --- a/src/atoms/layout/README.md +++ b/src/atoms/layout/README.md @@ -23,7 +23,7 @@ const Example = () => ( ## Padding -A `` component is reponsible to add paddings based on different media queries. +A `` component is responsible to add paddings based on different media queries. ```jsx const Example = () => ( diff --git a/src/context/daoStore.ts b/src/context/daoStore.ts index 60842e8f7..3cfbf7217 100644 --- a/src/context/daoStore.ts +++ b/src/context/daoStore.ts @@ -176,7 +176,7 @@ export const useDaoStore = create()( if (!title || title.length < 10) { show( modalTitle, - 'The proposal title must be at least 10 charactes long' + 'The proposal title must be at least 10 characters long' ) return }