Skip to content

Commit e9b9cd2

Browse files
committed
Fix typo
1 parent 7d16b3c commit e9b9cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/GitHubCopilotService/GitHubCopilotService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ enum GitHubCopilotError: Error, LocalizedError {
6262
case let .clientDataUnavailable(error):
6363
return "Language server error: Client data unavailable: \(error)"
6464
case .serverUnavailable:
65-
return "Language server error: Server unavailable, please make sure that:\n1. The path is node is correctly set.\n2. The node is not a shim executable.\n3. the node version is high enough."
65+
return "Language server error: Server unavailable, please make sure that:\n1. The path to node is correctly set.\n2. The node is not a shim executable.\n3. the node version is high enough."
6666
case .missingExpectedParameter:
6767
return "Language server error: Missing expected parameter"
6868
case .missingExpectedResult:

0 commit comments

Comments
 (0)