mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 09:01:17 -07:00
docs: fix typos in source code and documentation (#13577)
This commit is contained in:
@@ -88,7 +88,7 @@ export const createMockCommandContext = (
|
||||
const targetValue = output[key];
|
||||
|
||||
if (
|
||||
// We only want to recursivlty merge plain objects
|
||||
// We only want to recursively merge plain objects
|
||||
Object.prototype.toString.call(sourceValue) === '[object Object]' &&
|
||||
Object.prototype.toString.call(targetValue) === '[object Object]'
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user