Skip to content

Commit 454d832

Browse files
committed
few grammar fixes
1 parent 14e7aca commit 454d832

File tree

2 files changed

+1
-2
lines changed
  • module3-crud-and-data-models

2 files changed

+1
-2
lines changed

module3-crud-and-data-models/r1.1-principles-of-setting-up-your-schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ One of the key points to establish a good schema design (especially, if you are
2626

2727
#### When to `Embed`:
2828

29-
- Retrive all data in a single query.
29+
- To retrive all data in a single query.
3030
- Avoid expense JOINs or $lookups.
3131
- Update all data with a single operation.
3232
- In one-to-one or one-to-many relationships between documents.

module3-crud-and-data-models/r3-model-view-controller/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ app-name-here
1111
|- db
1212
|- Models
1313
|- node_modules
14-
|- Services
1514
.gitignore
1615
index.js
1716
package.json

0 commit comments

Comments
 (0)