Fix typo in Box Trigger description (#1280)

This trigger probably used the Github trigger as template and forgot to replace the description.
This commit is contained in:
Jonas 2020-12-29 14:45:13 +01:00 committed by GitHub
parent 30b6fe017e
commit 79124535af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ export class BoxTrigger implements INodeType {
icon: 'file:box.png',
group: ['trigger'],
version: 1,
description: 'Starts the workflow when a Github events occurs.',
description: 'Starts the workflow when a Box events occurs.',
defaults: {
name: 'Box Trigger',
color: '#00aeef',