This is an automated email from the ASF dual-hosted git repository.

yao pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 3f426b5bddf4 [MINOR][DOCS] Add Missing space in `docs/configuration.md`
3f426b5bddf4 is described below

commit 3f426b5bddf4c45b5829ca71acaf82dce1d376df
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 645c3e8208ab..5457a77e4fc7 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -3216,7 +3216,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">
 <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]

Reply via email to