Skip to content

Commit 3a26aff

Browse files
authored
docsp-33955 - alas errors (#185)
1 parent 7cf2212 commit 3a26aff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ share the MongoClient across threads.
131131

132132
.. important::
133133

134-
As the cache is setup before the Spark Configuration is available,
134+
As the cache is set up before the Spark Configuration is available,
135135
the cache can only be configured with a System Property.
136136

137137
.. list-table::

source/read-from-mongodb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Overview
4444

4545
.. important:: Inferring the Schema of a Change Stream
4646

47-
When the {+connector-short+} infers the schema of a data frame
47+
When the {+connector-short+} infers the schema of a DataFrame
4848
read from a change stream, by default,
4949
it will use the schema of the underlying collection rather than that
5050
of the change stream. If you set the ``change.stream.publish.full.document.only``

source/scala/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ If you get a ``java.net.BindException: Can't assign requested address``,
9797
--driver-java-options "-Djava.net.preferIPv4Stack=true"
9898

9999
If you have errors running the examples in this tutorial, you may need
100-
to clear your local ivy cache (``~/.ivy2/cache/org.mongodb.spark`` and
100+
to clear your local Ivy cache (``~/.ivy2/cache/org.mongodb.spark`` and
101101
``~/.ivy2/jars``).

0 commit comments

Comments
 (0)