From b4bdf2a58a4f10a68205bde1cf65ddd28b601540 Mon Sep 17 00:00:00 2001 From: Christian Gleerup Date: Thu, 30 Nov 2023 10:32:51 +0100 Subject: [PATCH] docs: fix syntax error in readme (#2421) --- docs/en_US/concepts/ekuiper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/concepts/ekuiper.md b/docs/en_US/concepts/ekuiper.md index 16b3638c2b..52637c8844 100644 --- a/docs/en_US/concepts/ekuiper.md +++ b/docs/en_US/concepts/ekuiper.md @@ -2,7 +2,7 @@ LF Edge eKuiper is an edge lightweight IoT data analytics and stream processing engine. It is a universal edge computing service or middleware designed for resource constrained edge gateways or devices. -eKuiper is written by Go. The architecture of eKuiper is as below: +eKuiper is written in Go. The architecture of eKuiper is as below: ![arch](../resources/arch.png)