diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md
index 9ab44eb64..07d16105c 100644
--- a/content/shared/v3-core-get-started/_index.md
+++ b/content/shared/v3-core-get-started/_index.md
@@ -413,7 +413,7 @@ influxdb3 create distinct_cache -h
#### Only supported in Docker
As of this writing, the Processing Engine is only supported in Docker environments.
-We expect it to launch in non-Docker environments soon. We're still in very active development creating the API and developer experience; things will break and change fast. Join our Discord to ask questions and give feedback.
+We expect it to launch in non-Docker environments soon. We're still in very active development creating the API and developer experience; things will break and change fast. Join our Discord to ask questions and give feedback.
{{% /note %}}
InfluxDB3 has an embedded Python VM for running code inside the database. Currently, we only support plugins that get triggered on WAL file flushes, but more will be coming soon. Specifically, plugins will be able to be triggered by:
diff --git a/content/shared/v3-enterprise-get-started/_index.md b/content/shared/v3-enterprise-get-started/_index.md
index 8d0ba03f5..74fbff1fc 100644
--- a/content/shared/v3-enterprise-get-started/_index.md
+++ b/content/shared/v3-enterprise-get-started/_index.md
@@ -419,7 +419,7 @@ influxdb3 create distinct_cache -h
#### Only supported in Docker
As of this writing, the Processing Engine is only supported in Docker environments.
-We expect it to launch in non-Docker environments soon. We're still in very active development creating the API and developer experience; things will break and change fast. Join our Discord to ask questions and give feedback.
+We expect it to launch in non-Docker environments soon. We're still in very active development creating the API and developer experience; things will break and change fast. Join our Discord to ask questions and give feedback.
{{% /note %}}
InfluxDB3 has an embedded Python VM for running code inside the database. Currently, we only support plugins that get triggered on WAL file flushes, but more will be coming soon. Specifically, plugins will be able to be triggered by: