Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-15325

typo on mongosh config.set command example

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • Server_Docs_20231030
    • Affects Version/s: None
    • Component/s: mongosh
    • Labels:
      None

      The example command to set the config is incorrect on this page: https://www.mongodb.com/docs/mongodb-shell/reference/configure-shell-settings-global/#configurable-settings

       

      Current

      config.set( "inspectDepth": 10 ) 

      Should be

      config.set( "inspectDepth", 10 ) 

       

      ScreenShot

            Assignee:
            jeffrey.allen@mongodb.com Jeffrey Allen
            Reporter:
            mark.baker-munton@mongodb.com Mark Baker-Munton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              1 year, 50 weeks ago