Skip to content

Commit f012c12

Browse files
(DOCS-15325): Fix configuration api syntax error (#214)
1 parent b5a1f96 commit f012c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Settings specified with the :ref:`config API <configure-settings-api>`:
102102

103103
.. code-block:: javascript
104104

105-
config.set( "inspectDepth": 10 )
105+
config.set( "inspectDepth", 10 )
106106

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

0 commit comments

Comments
 (0)