Skip to content

Commit cf6859a

Browse files
committed
Grammar
1 parent d9c5018 commit cf6859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "Installing GitHub Copilot CLI..."
1111
case "$(uname -s)" in
1212
Darwin*) PLATFORM="darwin" ;;
1313
Linux*) PLATFORM="linux" ;;
14-
*) echo "Error: Unsupported platform $(uname -s). For Windows, recommend using: winget install GitHub.Copilot" >&2 ; exit 1 ;;
14+
*) echo "Error: Unsupported platform $(uname -s). For Windows, we recommend using: winget install GitHub.Copilot" >&2 ; exit 1 ;;
1515
esac
1616

1717
# Detect architecture

0 commit comments

Comments
 (0)