Skip to content

Commit f2e2fd2

Browse files
committed
Minor minor typos.
1 parent 9128af4 commit f2e2fd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ The loader uses `id` as the external ID.
250250
It will find the resource if it already exists and update it,
251251
otherwise it will create the resource if it does not exist.
252252

253-
Each resource in the list can be specified with different
254-
fields, but all must be for the same resporce model.
253+
Each resource in the list can be specified with different fields,
254+
but all must be for the same resource model.
255255

256256
```php
257257
// Load one or more partners.
@@ -324,7 +324,7 @@ prevent records loading from another group, so the result
324324
can be a mix of failed and loaded records.
325325

326326
An exception will be thrown on unrecoverable errors in Odoo,
327-
such as a database integrity constraint violcation.
327+
such as a database integrity constraint violation.
328328

329329
The `loadOne()` method works in a similar way,
330330
but accepts just one record to load.

0 commit comments

Comments
 (0)