Skip to content

Commit 5ac3830

Browse files
authored
Update README.md
1 parent 9769a4a commit 5ac3830

File tree

1 file changed

+1
-1
lines changed
  • module3-crud-and-data-models/r1-schema-and-data-models

1 file changed

+1
-1
lines changed

module3-crud-and-data-models/r1-schema-and-data-models/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The most popular example of a database model is the relational model, which uses
1010

1111
A database schema is a `blueprint` or `architecture` of how our data will look. It doesn’t hold data itself, but instead describes the shape of the data and how it might relate to other tables or models.
1212

13-
For example, This is a `Customer` schema in mangodb using mongoose.
13+
For example, This is a `Customer` schema in mongoDB using mongoose.
1414

1515
```js
1616
const mongoose = require("mongoose");

0 commit comments

Comments
 (0)