Skip to content

Commit

Permalink
fixed typo (#220)
Browse files Browse the repository at this point in the history
in line 98 it's `C:\\path\\to\\icon.png` while in line 115 it was `C:\\path\\to\\icon` so I've added the missing `.png`
  • Loading branch information
boop5 committed Jan 29, 2021
1 parent 6591759 commit eebc37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TerminalDocs/command-palette.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The above command would behave like the following three commands:
"command": { "action": "newTab", "profile": "Command Prompt" }
},
{
"icon": "C:\\path\\to\\icon",
"icon": "C:\\path\\to\\icon.png",
"name": "PowerShell",
"command": { "action": "newTab", "profile": "PowerShell" }
},
Expand Down

0 comments on commit eebc37c

Please sign in to comment.