Skip to content

Commit 8080022

Browse files
authored
Update README.md
1 parent 5542d06 commit 8080022

File tree

1 file changed

+1
-1
lines changed
  • module3-crud-and-data-models/r1.1-principles-of-setting-up-your-schema

1 file changed

+1
-1
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
@@ -33,7 +33,7 @@ When a collection has a document, and, this document contains another document,
3333

3434
When a value of a field in your table or collection referes to a value of another field in another table or collection.
3535

36-
#### When to `Reference`
36+
#### When to Reference
3737

3838
- If you need smaller documents or tables, your data will be separated across multiple documents or tables.
3939
- No duplicate of data.

0 commit comments

Comments
 (0)