Skip to content

Commit cbcce08

Browse files
authored
typo fix #1
1 parent 7f38678 commit cbcce08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $orm = new \PHPixie\ORM($database, $slice->arrayData(array(
5252
5353
## Models
5454

55-
A Model consists of a Repository, Queries and Entities and will usuaully map to a table in a relational database
55+
A Model consists of a Repository, Queries and Entities and will usually map to a table in a relational database
5656
or a document collection in MongoDB.
5757

5858
* Entity - a single item, stored in the database, e.g. an article

0 commit comments

Comments
 (0)