Skip to content

Commit

Permalink
docs: missing word (#33149)
Browse files Browse the repository at this point in the history
  • Loading branch information
wikey authored Nov 18, 2024
1 parent e6f9d83 commit 366d89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/www/site/content/en/get-started/from-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you already know [_Apache Spark_](https://spark.apache.org/),
using Beam should be easy.
The basic concepts are the same, and the APIs are similar as well.

Spark stores data _Spark DataFrames_ for structured data,
Spark stores data in _Spark DataFrames_ for structured data,
and in _Resilient Distributed Datasets_ (RDD) for unstructured data.
We are using RDDs for this guide.

Expand Down

0 comments on commit 366d89f

Please sign in to comment.