fix(Microsoft Entra ID Node): Change Micosoft typo with Microsoft (#14452)

This commit is contained in:
Ayhan Doslu
2025-05-06 20:33:04 +03:00
committed by GitHub
parent e0f5ba2c67
commit af92117e76
4 changed files with 59 additions and 59 deletions

View File

@@ -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],