Skip to content

Commit

Permalink
chore: fix typos (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxianBoy authored May 5, 2024
1 parent 3bb433f commit 4f492b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/atoms/layout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Example = () => (

## Padding

A `<Padding />` component is reponsible to add paddings based on different media queries.
A `<Padding />` component is responsible to add paddings based on different media queries.

```jsx
const Example = () => (
Expand Down
2 changes: 1 addition & 1 deletion src/context/daoStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export const useDaoStore = create<DaoState>()(
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
}
Expand Down

0 comments on commit 4f492b7

Please sign in to comment.