Skip to content

Commit 586e870

Browse files
authored
grammar
1 parent 14689cb commit 586e870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FileList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ export class FileList extends React.Component<IFileListProps, IFileListState> {
671671
!file.is_binary
672672
);
673673
} catch (reason) {
674-
console.error(`Fail to open diff view for ${file.to}.\n${reason}`);
674+
console.error(`Failed to open diff view for ${file.to}.\n${reason}`);
675675
}
676676
}
677677

0 commit comments

Comments
 (0)