Skip to content

Commit 2ad901d

Browse files
petetntCompuIves
authored andcommitted
Fix typo in CommitModal (codesandbox#1368)
1 parent 7bdc536 commit 2ad901d

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/common/Modals/CommitModal

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/common/Modals/CommitModal/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function CommitModal({ store }) {
3131
</div>
3232
);
3333
} else {
34-
message = <div>Succesfully created commit!</div>;
34+
message = <div>Successfully created commit!</div>;
3535
}
3636
}
3737

0 commit comments

Comments
 (0)