fix(MongoDB Node): Correct typo in MongoDbProperties (no-changelog) (#9587)

This commit is contained in:
Eric Francis
2024-06-20 06:13:58 -07:00
committed by GitHub
parent c334ecb2ed
commit cdc2f9e7d3

View File

@@ -248,7 +248,7 @@ export const nodeProperties: INodeProperties[] = [
name: 'dateFields',
type: 'string',
default: '',
description: 'Comma separeted list of fields that will be parse as Mongo Date type',
description: 'Comma separeted list of fields that will be parsed as Mongo Date type',
},
{
displayName: 'Use Dot Notation',