mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix typo
This commit is contained in:
parent
0c6eb6eaef
commit
eb3566723d
|
@ -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: [NodeConnectionType.Main],
|
||||
|
|
Loading…
Reference in a new issue