This is an automated email from the ASF dual-hosted git repository.
yao 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 da73c123e648 [MINOR][DOCS] Add Missing space in `docs/configuration.md`
da73c123e648 is described below
commit da73c123e648460dc7df04e9eda9d90445dfedff
Author: KKtheGhost <[email protected]>
AuthorDate: Mon Feb 5 09:49:19 2024 +0800
[MINOR][DOCS] Add Missing space in `docs/configuration.md`
### What changes were proposed in this pull request?
Add a missing space in documentation file `docs/configuration.md`, which
might lead to some misunderstanding to newcomers.
### Why are the changes needed?
To eliminate ambiguity in sentences.
### Does this PR introduce _any_ user-facing change?
Yes, it changes the documentation.
### How was this patch tested?
I built the docs locally and double-checked the spelling.
### Was this patch authored or co-authored using generative AI tooling?
No. It is just a little typo lol.
Closes #45021 from KKtheGhost/fix/spell-configuration.
Authored-by: KKtheGhost <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
---
docs/configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/configuration.md b/docs/configuration.md
index 0f80a892c067..f6e1e449e2dc 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -3279,7 +3279,7 @@ the driver or executor, or, in the absence of that value,
the number of cores av
#### Server Configuration
Server configurations are set in Spark Connect server, for example, when you
start the Spark Connect server with `./sbin/start-connect-server.sh`.
-They are typically set via the config file and command-lineoptions with
`--conf/-c`.
+They are typically set via the config file and command-line options with
`--conf/-c`.
<table class="spark-config">
<thead><tr><th>Property Name</th><th>Default</th><th>Meaning</th><th>Since
Version</th></tr></thead>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]