We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f38678 commit cbcce08Copy full SHA for cbcce08
README.md
@@ -52,7 +52,7 @@ $orm = new \PHPixie\ORM($database, $slice->arrayData(array(
52
53
## Models
54
55
-A Model consists of a Repository, Queries and Entities and will usuaully map to a table in a relational database
+A Model consists of a Repository, Queries and Entities and will usually map to a table in a relational database
56
or a document collection in MongoDB.
57
58
* Entity - a single item, stored in the database, e.g. an article
0 commit comments