Skip to content

Commit

Permalink
[MINOR][DOCS] Fix one typo
Browse files Browse the repository at this point in the history
### 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 apache#43401 from zhengruifeng/minor_typo_connect_overview.

Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Sean Owen <srowen@gmail.com>
  • Loading branch information
zhengruifeng authored and srowen committed Oct 17, 2023
1 parent 922844f commit f1ae56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spark-connect-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit f1ae56b

Please sign in to comment.