You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gu...@apache.org on 2023/07/19 03:45:00 UTC

[flink] branch release-1.17 updated: Update tableApi.md

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

guoweijie pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.17 by this push:
     new c0535d55b86 Update tableApi.md
c0535d55b86 is described below

commit c0535d55b86a024ebb6dcf92f2d1946109768522
Author: Akinfolami Akin-Alamu <59...@users.noreply.github.com>
AuthorDate: Tue Jul 18 11:27:36 2023 -0500

    Update tableApi.md
    
    scan is misspelled as scane
---
 docs/content/docs/dev/table/tableApi.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/dev/table/tableApi.md b/docs/content/docs/dev/table/tableApi.md
index 973b07f0b29..ed367a1dfa0 100644
--- a/docs/content/docs/dev/table/tableApi.md
+++ b/docs/content/docs/dev/table/tableApi.md
@@ -238,7 +238,7 @@ The Table API supports the following operations. Please note that not all operat
 {{< label "Batch" >}} {{< label "Streaming" >}}
 
 Similar to the `FROM` clause in a SQL query.
-Performs a scane of registered table.
+Performs a scan of registered table.
 
 {{< tabs "from" >}}
 {{< tab "Java" >}}