Skip to content

Commit 0bccf7e

Browse files
osamaakbShrreya
andauthored
Update module3-crud-and-data-models/r1-schema-and-data-models/README.md
Co-authored-by: Shrreya Bhatachaarya <[email protected]>
1 parent 8080022 commit 0bccf7e

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
@@ -20,7 +20,7 @@ const customer = new mongoose.Schema({
2020
module.exports = mongoose.model("Customer", customer);
2121
```
2222

23-
The same `customer` schema in a MySql database.
23+
The same `customer` schema in a MySQL database.
2424

2525
```sql
2626
CREATE TABLE customer (

0 commit comments

Comments
 (0)