mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
✏️ Markdowm -> Markdown; Closes #N8N-2893 (#2728)
This commit is contained in:
parent
6d6f3acd97
commit
48b2a0b857
|
@ -974,7 +974,7 @@ export const messageFields: INodeProperties[] = [
|
|||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Markdowm',
|
||||
name: 'Markdown',
|
||||
value: 'mrkwdn',
|
||||
},
|
||||
{
|
||||
|
@ -1052,7 +1052,7 @@ export const messageFields: INodeProperties[] = [
|
|||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Markdowm',
|
||||
name: 'Markdown',
|
||||
value: 'mrkwdn',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue