mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(Microsoft Entra ID Node): Change Micosoft typo with Microsoft (#14452)
This commit is contained in:
@@ -20,9 +20,9 @@ export class MicrosoftEntra implements INodeType {
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Interact with Micosoft Entra ID API',
|
||||
description: 'Interact with Microsoft Entra ID API',
|
||||
defaults: {
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
},
|
||||
usableAsTool: true,
|
||||
inputs: [NodeConnectionTypes.Main],
|
||||
|
||||
Reference in New Issue
Block a user