Transformers: fix typo in convertFieldType.ts (#44297)

This commit is contained in:
Ikko Ashimine 2022-01-21 13:48:19 +09:00 committed by GitHub
parent c6e853a13c
commit 3be082b2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ export function convertFieldTypes(options: ConvertFieldTypeTransformerOptions, f
} }
/** /**
* Convert a single field type to specifed field type. * Convert a single field type to specified field type.
* @param field - field to convert * @param field - field to convert
* @param opts - field conversion options * @param opts - field conversion options
* @returns converted field * @returns converted field