Skip to content

Commit 988700d

Browse files
authored
chore: fix typo in run commands modal (#676)
1 parent d1cf630 commit 988700d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/views/RunCommandModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const RunCommandModal = ({ repo }: { repo: Repo }) => {
6464
>
6565
<Space.Compact style={{ width: "100%" }}>
6666
<Input
67-
placeholder="Run a restic comamnd e.g. 'help' to print help text"
67+
placeholder="Run a restic command e.g. 'help' to print help text"
6868
value={command}
6969
onChange={(e) => setCommand(e.target.value)}
7070
onKeyUp={(e) => {

0 commit comments

Comments
 (0)