Skip to content

Commit 062f820

Browse files
authored
typo fix #2
1 parent cbcce08 commit 062f820

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
@@ -75,7 +75,7 @@ $articleQuery = $orm->query('article');
7575
### Configuration
7676

7777
By default ORM assumes that the table name is the plural of the name of the model, and that the name of the primary key is 'id'.
78-
For MongoDB database the default id field '_id' is assumed. You can ovveride these settings for a particular model in your
78+
For MongoDB database the default id field '_id' is assumed. You can override these settings for a particular model in your
7979
configuration file:
8080

8181
```php

0 commit comments

Comments
 (0)