You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2021/11/27 18:28:35 UTC

[flink-statefun] branch master updated: [hotfix][docs] Replace and with an in embedded.md

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new b4ba954  [hotfix][docs] Replace and with an in embedded.md
b4ba954 is described below

commit b4ba9547b8f0105a28544fd28a5e0433666e9023
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Sat Nov 27 19:28:12 2021 +0100

    [hotfix][docs] Replace and with an in embedded.md
---
 docs/content/docs/modules/embedded.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/modules/embedded.md b/docs/content/docs/modules/embedded.md
index 3ac92e6..4fb4bdc 100644
--- a/docs/content/docs/modules/embedded.md
+++ b/docs/content/docs/modules/embedded.md
@@ -26,7 +26,7 @@ under the License.
 
 Embedded modules allow users to load code into the Stateful Functions runtime that is executed directly within the cluster.
 This is usually to allow plugging in [custom ingress and egress implementations]({{< ref "docs/modules/io/flink-connectors">}}).
-Additionally, and embedded module may include [embedded functions]({{< ref "docs/sdk/flink-datastream#embedded-functions" >}}) that run within the cluster. 
+Additionally, an embedded module may include [embedded functions]({{< ref "docs/sdk/flink-datastream#embedded-functions" >}}) that run within the cluster. 
 
 Embedded modules should be used with care, they cannot be deployed or scaled without downtime and can effect the performance and stability of the entire cluster.