diff --git a/docs/technical/shell-integration.md b/docs/technical/shell-integration.md index 14c6c161600..3045d02e66e 100644 --- a/docs/technical/shell-integration.md +++ b/docs/technical/shell-integration.md @@ -45,7 +45,7 @@ export enum Shell { GitBash = 'Git Bash', Cygwin = 'Cygwin', WSL = 'WSL', - WindowTerminal = 'Windows Terminal', + WindowsTerminal = 'Windows Terminal', Alacritty = 'Alacritty', } ```