Skip to content

Commit 015bb9f

Browse files
Update packages/utils/src/types.ts
1 parent b2cdb68 commit 015bb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ export interface Registry<T = any, S extends StrictRJSFSchema = RJSFSchema, F ex
402402
*/
403403
templates: TemplatesType<T, S, F>;
404404
/** The set of all widgets used by the `Form`. Includes widgets from `core`, theme-specific widgets and any custom
405-
* registered widgetsR
405+
* registered widgets
406406
*/
407407
widgets: RegistryWidgetsType<T, S, F>;
408408
/** The `formContext` object that was passed to `Form` */

0 commit comments

Comments
 (0)