mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 01:51:20 -07:00
docs: fix typos in some files (#12706)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -577,7 +577,7 @@ export class IdeClient {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
// For backwards compatability
|
||||
// For backwards compatibility
|
||||
try {
|
||||
const portFile = path.join(
|
||||
os.tmpdir(),
|
||||
@@ -668,7 +668,7 @@ export class IdeClient {
|
||||
}
|
||||
|
||||
private createProxyAwareFetch() {
|
||||
// ignore proxy for '127.0.0.1' by deafult to allow connecting to the ide mcp server
|
||||
// ignore proxy for '127.0.0.1' by default to allow connecting to the ide mcp server
|
||||
const existingNoProxy = process.env['NO_PROXY'] || '';
|
||||
const agent = new EnvHttpProxyAgent({
|
||||
noProxy: [existingNoProxy, '127.0.0.1'].filter(Boolean).join(','),
|
||||
@@ -750,7 +750,7 @@ export class IdeClient {
|
||||
},
|
||||
);
|
||||
|
||||
// For backwards compatability. Newer extension versions will only send
|
||||
// For backwards compatibility. Newer extension versions will only send
|
||||
// IdeDiffRejectedNotificationSchema.
|
||||
this.client.setNotificationHandler(
|
||||
IdeDiffClosedNotificationSchema,
|
||||
|
||||
@@ -105,7 +105,7 @@ export const IdeDiffRejectedNotificationSchema = z.object({
|
||||
});
|
||||
|
||||
/**
|
||||
* This is defineded for backwards compatability only. Newer extension versions
|
||||
* This is defined for backwards compatibility only. Newer extension versions
|
||||
* will only send IdeDiffRejectedNotificationSchema.
|
||||
*
|
||||
* A notification that a diff has been closed in the IDE.
|
||||
|
||||
Reference in New Issue
Block a user