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

This commit is contained in:
Ikko Ashimine
2022-01-21 04:48:19 +00:00
committed by GitHub
parent c6e853a13c
commit 3be082b2bf
@@ -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 opts - field conversion options
* @returns converted field