This is an automated email from the ASF dual-hosted git repository.
yao pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new 74eaf590078e [MINOR][DOCS] Add Missing space in `docs/configuration.md`
74eaf590078e is described below
commit 74eaf590078ea846bd74c2c85eef8035879ac583
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]>
(cherry picked from commit da73c123e648460dc7df04e9eda9d90445dfedff)
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 6bd49f398d9b..9e2be30a8326 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -3159,7 +3159,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="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th><th>Since
Version</th></tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]