This is an automated email from the ASF dual-hosted git repository.
srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new f1ae56b152b [MINOR][DOCS] Fix one typo
f1ae56b152b is described below
commit f1ae56b152bdf19246d698b65e553790ad54306b
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Tue Oct 17 13:49:41 2023 -0500
[MINOR][DOCS] Fix one typo
### What changes were proposed in this pull request?
Fix one typo
### Why are the changes needed?
for doc
### Does this PR introduce _any_ user-facing change?
yes
### How was this patch tested?
I didn't find other similar typos in this page, so only one fix
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #43401 from zhengruifeng/minor_typo_connect_overview.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
---
docs/spark-connect-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/spark-connect-overview.md b/docs/spark-connect-overview.md
index 82d84f39ca1..c7bad0994a8 100644
--- a/docs/spark-connect-overview.md
+++ b/docs/spark-connect-overview.md
@@ -261,7 +261,7 @@ spark-connect-repl --host myhost.com --port 443 --token
ABCDEFG
The supported list of CLI arguments may be found
[here](https://github.com/apache/spark/blob/master/connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/connect/client/SparkConnectClientParser.scala#L48).
-#### Configure programmatically with a connection ctring
+#### Configure programmatically with a connection string
The connection may also be programmatically created using
_SparkSession#builder_ as in this example:
{% highlight scala %}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]