Skip to content

Commit a4e2711

Browse files
committed
fixed typo
1 parent 50265fe commit a4e2711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/util/project-saver-hoc.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('projectSaverHOC', () => {
5656
expect(mockedUpdateProject).toHaveBeenCalled();
5757
});
5858

59-
test('if canSave is alreatdy true and we show a project with an id, project will NOT be saved', () => {
59+
test('if canSave is already true and we show a project with an id, project will NOT be saved', () => {
6060
const mockedSaveProject = jest.fn();
6161
const Component = () => <div />;
6262
const WrappedComponent = projectSaverHOC(Component);

0 commit comments

Comments
 (0)