Skip to content

Commit 4a811ed

Browse files
authored
DOCSP-28986 correct config.set example (#255)
1 parent 5147900 commit 4a811ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/configure-shell-settings-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Settings specified with the ``config`` API:
110110

111111
.. code-block:: javascript
112112

113-
config.set( "inspectDepth": 10 )
113+
config.set( "inspectDepth", 10 )
114114

115115
The value of ``inspectDepth`` becomes ``10``, and will remain ``10``
116116
even when ``mongosh`` is restarted.

0 commit comments

Comments
 (0)