diff --git a/sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala b/sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala
index a716a916b7f7f..ac3358592202f 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala
@@ -363,7 +363,7 @@ class DataFrameReader private[sql](sparkSession: SparkSession) extends Logging {
* type.
*
`quote` (default `"`): sets the single character used for escaping quoted values where
* the separator can be part of the value. If you would like to turn off quotations, you need to
- * set not `null` but an empty string. This behaviour is different form
+ * set not `null` but an empty string. This behaviour is different from
* `com.databricks.spark.csv`.
* `escape` (default `\`): sets the single character used for escaping quotes inside
* an already quoted value.