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 cbcce08 commit 062f820Copy full SHA for 062f820
README.md
@@ -75,7 +75,7 @@ $articleQuery = $orm->query('article');
75
### Configuration
76
77
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
+For MongoDB database the default id field '_id' is assumed. You can override these settings for a particular model in your
79
configuration file:
80
81
```php
0 commit comments