Skip to content

Commit 6e0ed6a

Browse files
committed
JS small fix
1 parent 79db4a9 commit 6e0ed6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/crud/gridfs.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ the file storage in your Java application.
3131
Use GridFS if the size of your files exceed the BSON document
3232
size limit of 16MB. To learn more about whether GridFS is
3333
suitable for your use case, see the :manual:`GridFS </core/gridfs>`
34-
reference in the Server manual.
34+
reference in the {+mdb-server+} manual.
3535

3636
The following sections describe GridFS operations and demonstrate how to
37-
perform these actions in the driver:
37+
perform these actions with the driver:
3838

3939
- :ref:`gridfs-create-bucket`
4040
- :ref:`gridfs-store-files`
@@ -47,7 +47,7 @@ perform these actions in the driver:
4747
.. tip:: Timeout Setting
4848

4949
You can use the client-side operation timeout (CSOT) setting to limit
50-
the amount of time in which the server can finish a GridFS operation.
50+
the amount of time in which the server can finish GridFS operations.
5151
To learn more about using this setting with GridFS, see the
5252
:ref:`java-csot-gridfs` section of the Limit Server Execution Time
5353
guide.

0 commit comments

Comments
 (0)