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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 217a7b5d72 [GH-1998] Fix typo in install-scala page (#2000)
217a7b5d72 is described below

commit 217a7b5d7202e9bbc3cc2644db4439f3ec37ab1a
Author: Aashish Jha <[email protected]>
AuthorDate: Sun Jun 22 00:01:10 2025 +0530

    [GH-1998] Fix typo in install-scala page (#2000)
---
 docs/setup/install-scala.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/setup/install-scala.md b/docs/setup/install-scala.md
index 276bb76c10..4cb7d53e3b 100644
--- a/docs/setup/install-scala.md
+++ b/docs/setup/install-scala.md
@@ -19,7 +19,7 @@
 
 Before starting the Sedona journey, you need to make sure your Apache Spark 
cluster is ready.
 
-There are two ways to use a Scala or Java library with Apache Spark. You can 
user either one to run Sedona.
+There are two ways to use a Scala or Java library with Apache Spark. You can 
use either one to run Sedona.
 
 * Spark interactive Scala or SQL shell: easy to start, good for new learners 
to try simple functions
 * Self-contained Scala / Java project: a steep learning curve of package 
management, but good for large projects

Reply via email to