From 73e6ccc13ff829fdd4b6ad8df2ee44c4cfa081a0 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Fri, 9 May 2025 12:40:09 -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 6304b18b0..20094285b 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -144,7 +144,7 @@ Plugins have various functions such as: - Access keyword arguments (as `args`) passed from _trigger arguments_ configurations - Access the `influxdb3_local` shared API to write data, query data, and managing state between executions -For details on available functions, arguments, and how plugins interact with InfluxDB, see the [Extended Plugin API documentation](/influxdb3/shared/v3-core-plugins/). +For more information about available functions, arguments, and how plugins interact with InfluxDB, see the [Extended Plugin API documentation](/influxdb3/shared/v3-core-plugins/). ### Create a custom plugin