Skip to content

Commit 8beb602

Browse files
authored
fix: resolve typo
Fixes a typo inside the publish toast.
1 parent ed49695 commit 8beb602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jaen-pages/src/containers/ui/hotbar/PublishButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const Button: React.FC = () => {
4444

4545
if (publishRes.data?.jaenPublishFormPage?.result === 'OK') {
4646
toast({
47-
title: 'Sucessfully published.',
47+
title: 'Successfully published.',
4848
status: 'success',
4949
duration: 9000,
5050
isClosable: true

0 commit comments

Comments
 (0)