Skip to content

Commit ab84869

Browse files
author
Ikko Ashimine
authored
Fix typo in SinglePastCommitInfo.tsx (#1094)
reseting -> resetting
1 parent 640feab commit ab84869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SinglePastCommitInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ export interface ISinglePastCommitInfoState {
107107
loadingState: 'loading' | 'error' | 'success';
108108

109109
/**
110-
* Boolean indicating whether to display a dialog for reseting or reverting a commit.
110+
* Boolean indicating whether to display a dialog for resetting or reverting a commit.
111111
*/
112112
resetRevertDialog: boolean;
113113

114114
/**
115-
* Reset/revert dialog mode (i.e., whether the dialog should be for reseting to or reverting an individual commit).
115+
* Reset/revert dialog mode (i.e., whether the dialog should be for resetting to or reverting an individual commit).
116116
*/
117117
resetRevertAction: 'reset' | 'revert';
118118
}

0 commit comments

Comments
 (0)