You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/07/28 08:09:33 UTC

[flink-statefun] 04/10: [hotfix] [docs] Fix typos in application-building-blocks.md

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

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

commit e8e5b347e7d6ee52c15726de319419650c8dd1a3
Author: Ufuk Celebi <uf...@ververica.com>
AuthorDate: Tue Jun 30 10:25:15 2020 +0200

    [hotfix] [docs] Fix typos in application-building-blocks.md
    
    * Plural of egress seems to be egresses (https://en.wiktionary.org/wiki/egress)
---
 docs/concepts/application-building-blocks.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/concepts/application-building-blocks.md b/docs/concepts/application-building-blocks.md
index e2861df..81d7628 100644
--- a/docs/concepts/application-building-blocks.md
+++ b/docs/concepts/application-building-blocks.md
@@ -68,7 +68,7 @@ When inside a function, while it is performing some computation, you are always
 
 ### Fault Tolerance
 
-For both state and messaging, Stateful Function's is still able to provide the exactly-once guarantees users expect from a modern data processessing framework.
+For both state and messaging, Stateful Functions is able to provide the exactly-once guarantees users expect from a modern data processessing framework.
 
 <p class="text-center">
     <img width="80%" src="{{ site.baseurl }}/fig/concepts/statefun-app-fault-tolerance.svg"/>
@@ -80,7 +80,7 @@ These guarantees are provided with no database required, instead Stateful Functi
 
 ### Event Egress
 
-Finally, applications can output data to external systems via event egress's.
+Finally, applications can output data to external systems via event egresses.
 
 <p class="text-center">
     <img width="80%" src="{{ site.baseurl }}/fig/concepts/statefun-app-egress.svg"/>