Skip to content

Commit

Permalink
Merge branch 'main' into feat-update-taquito
Browse files Browse the repository at this point in the history
  • Loading branch information
melMass authored May 8, 2024
2 parents 9aab3ff + 4f492b7 commit 6529137
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 6529137

Please sign in to comment.