From 97f02eeade0f242cec889d1e25ab1347961adbcc Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Thu, 1 May 2025 12:14:08 -0700 Subject: [PATCH] Update content/shared/v3-core-plugins/_index.md Co-authored-by: Jason Stirnaman --- content/shared/v3-core-plugins/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-plugins/_index.md b/content/shared/v3-core-plugins/_index.md index 969295618..a87e1a937 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -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