Skip to content

Commit

Permalink
fix: resolve typo
Browse files Browse the repository at this point in the history
Fixes a typo inside the publish toast.
  • Loading branch information
schettn authored Oct 2, 2021
1 parent ed49695 commit 8beb602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Button: React.FC = () => {

if (publishRes.data?.jaenPublishFormPage?.result === 'OK') {
toast({
title: 'Sucessfully published.',
title: 'Successfully published.',
status: 'success',
duration: 9000,
isClosable: true
Expand Down

0 comments on commit 8beb602

Please sign in to comment.