You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ fluffy.speak(); // "Meow name is fluffy"
88
88
```
89
89
90
90
We have talking kittens! But we still haven't saved anything to MongoDB.
91
-
Each document can be saved to the database by calling its [save](api/model.html#model_Model-save) method. The first argument to the callback will be an error if any occurred.
91
+
Each document can be saved to the database by calling its [save](api/model.html#model_Model-save) method.
0 commit comments