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

ruifengz 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 fb0009ff487 [MINOR][CONNECT][DOCS] Fix typo in `connect/README.md`
fb0009ff487 is described below

commit fb0009ff487ecb6af7ea1a0fd11f2348495f7d14
Author: yangjie01 <[email protected]>
AuthorDate: Thu Jan 12 22:48:58 2023 +0800

    [MINOR][CONNECT][DOCS] Fix typo in `connect/README.md`
    
    ### What changes were proposed in this pull request?
    This pr fix typo in `connect/README.md`
    
    ### Why are the changes needed?
    Fix typo in `connect/README.md`
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass Github Actions
    
    Closes #39534 from LuciferYang/fix-typo-connect.
    
    Authored-by: yangjie01 <[email protected]>
    Signed-off-by: Ruifeng Zheng <[email protected]>
---
 connector/connect/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/connector/connect/README.md b/connector/connect/README.md
index 4f2e06678dd..6567daf5504 100644
--- a/connector/connect/README.md
+++ b/connector/connect/README.md
@@ -20,9 +20,9 @@ user experience across all languages. Please follow the below 
guidelines:
 * [Connection string configuration](docs/client-connection-string.md)
 * [Adding new messages](docs/adding-proto-messages.md) in the Spark Connect 
protocol.
 
-### Python client developement
+### Python client development
 
-Python-specific developement guidelines are located in 
[python/docs/source/development/testing.rst](https://github.com/apache/spark/blob/master/python/docs/source/development/testing.rst)
 that is published at [Development 
tab](https://spark.apache.org/docs/latest/api/python/development/index.html) in 
PySpark documentation.
+Python-specific development guidelines are located in 
[python/docs/source/development/testing.rst](https://github.com/apache/spark/blob/master/python/docs/source/development/testing.rst)
 that is published at [Development 
tab](https://spark.apache.org/docs/latest/api/python/development/index.html) in 
PySpark documentation.
 
 ### Build with user-defined `protoc` and `protoc-gen-grpc-java`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to