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

Misspelt word at Reference Cards for MongoDB

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 01112017-cleanup
    • Affects Version/s: None
    • Component/s: manual
    • Labels:
      None

      Hi MongoDB team!!!

      I have noticed a misspelt word at the doc: Reference Cards for MongoDB

      It is located in the second example of the Indexes Section.

      It is written in this way:
      db.products.createIndex(
      {‘description’: ‘text’,

      {‘default_language’: ‘spanish’}

      )

      And I think it would be so:
      db.products.createIndex(

      {‘description’: ‘text’}

      ,

      {‘default_language’: ‘spanish’}

      )

      Thank you very much,
      Juan

            Assignee:
            eric.holzhauer@mongodb.com Eric Holzhauer
            Reporter:
            juanroy Juan Antonio Roy Couto
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              7 years, 40 weeks, 1 day ago