Skip to content

Commit 4c8d8ca

Browse files
authored
Merge pull request #4230 from diegosouzajp/patch-14
Fix repeated word in part13a.md
2 parents 159abe0 + cf11923 commit 4c8d8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/13/en/part13a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ There are both advantages and disadvantages to not having a schema. One of the a
6363

6464
The relational databases that are the focus of this section, on the other hand, lean heavily on the existence of a schema, and the advantages and disadvantages of schema databases are almost the opposite compared of the non-schema databases.
6565

66-
The reason why the the previous sections of the course used MongoDB is precisely because of its schema-less nature, which has made it easier to use the database for someone with little knowledge of relational databases. For most of the use cases of this course, I personally would have chosen to use a relational database.
66+
The reason why the previous sections of the course used MongoDB is precisely because of its schema-less nature, which has made it easier to use the database for someone with little knowledge of relational databases. For most of the use cases of this course, I personally would have chosen to use a relational database.
6767

6868
### Application database
6969

0 commit comments

Comments
 (0)