Skip to content

Commit

Permalink
[hotfix][docs] fix typo in table api operations
Browse files Browse the repository at this point in the history
scan is misspelled as scane
  • Loading branch information
akinfelami authored and reswqa committed Jul 19, 2023
1 parent 1786e2d commit 5430912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/dev/table/tableApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
Expand Down

0 comments on commit 5430912

Please sign in to comment.