Update content/shared/v3-core-plugins/_index.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-05-01 12:14:08 -07:00 committed by GitHub
parent 0c14780571
commit 97f02eeade
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ A trigger connects your plugin to a specific database event.
The plugin function signature in your plugin file determines which _trigger specification_
you can choose for configuring and activating your plugin.
After setting up your plugin, you need to connect it to specific database events using triggers.
After setting up your plugin, configure a trigger to run it for a specific event.
### Understand trigger types