Thanks. There is a typo in the Mongo DB tutorial. Chapter 5 IDE.
Under “Introduction to Indexes”
Existing text: " db.trips.find({“start station id”: 476}).sort(“birth year”: 1) "
New proposed text": " db.trips.find({“start station id”: 476}).sort({“birth year”: 1}) " (curly braces needed)
Hey @m_o_n_g_o_db,
Thanks for pointing this out! We’ll let the concerned team know about the typo error and correct it.
Hoping you are enjoying the course and finding it helpful
Regards.
Satyam