We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640feab commit ab84869Copy full SHA for ab84869
src/components/SinglePastCommitInfo.tsx
@@ -107,12 +107,12 @@ export interface ISinglePastCommitInfoState {
107
loadingState: 'loading' | 'error' | 'success';
108
109
/**
110
- * Boolean indicating whether to display a dialog for reseting or reverting a commit.
+ * Boolean indicating whether to display a dialog for resetting or reverting a commit.
111
*/
112
resetRevertDialog: boolean;
113
114
115
- * Reset/revert dialog mode (i.e., whether the dialog should be for reseting to or reverting an individual commit).
+ * Reset/revert dialog mode (i.e., whether the dialog should be for resetting to or reverting an individual commit).
116
117
resetRevertAction: 'reset' | 'revert';
118
}
0 commit comments