Skip to content

Commit d5ca7ea

Browse files
Update packages/utils/src/getSchemaType.ts
1 parent c53c7f5 commit d5ca7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/getSchemaType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { RJSFSchema, StrictRJSFSchema } from './types';
77
* - schema.enum: Returns `string`
88
* - schema.properties: Returns `object`
99
* - schema.additionalProperties: Returns `object`
10-
* - schema.patternproperties: Returns `object`
10+
* - schema.patternProperties: Returns `object`
1111
* - type is an array with a length of 2 and one type is 'null': Returns the other type
1212
*
1313
* @param schema - The schema for which to get the type

0 commit comments

Comments
 (0)