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 }