mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-29 07:21:27 -07:00
docs: fix typos in source code and documentation (#13577)
This commit is contained in:
@@ -30,7 +30,7 @@ addFormatsFunc(ajValidator);
|
||||
*/
|
||||
export class SchemaValidator {
|
||||
/**
|
||||
* Returns null if the data confroms to the schema described by schema (or if schema
|
||||
* Returns null if the data conforms to the schema described by schema (or if schema
|
||||
* is null). Otherwise, returns a string describing the error.
|
||||
*/
|
||||
static validate(schema: unknown | undefined, data: unknown): string | null {
|
||||
|
||||
Reference in New Issue
Block a user