Skip to content

Commit c13e31d

Browse files
committed
Fix typo in Arrow docs
1 parent 9ed7e27 commit c13e31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/installation/configure-apache-arrow-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ YIELD
113113
| Name | Type | Description
114114
| running | Boolean | True, if the Arrow Flight Server is currently running.
115115
| enabled | Boolean | True, if the corresponding setting is enabled.
116-
| versions | List | A list of support command versions (e.g. `["v1", "v2"]`).
116+
| versions | List | A list of supported command versions (e.g. `["v1", "v2"]`).
117117
| listenAddress | String | The address (host and port) the Arrow Flight Client should connect to.
118118
| batchSize | Integer | The batch size used for arrow property export.
119119
| abortionTimeout | Duration | The maximum time to wait for the next command before aborting the import process.

0 commit comments

Comments
 (0)