Skip to content

Commit abd1344

Browse files
committed
README fixes [ci skip]
1 parent 8b06e4b commit abd1344

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
@@ -117,7 +117,7 @@ Image dimensions: 333 x 500
117117
*/
118118
```
119119

120-
In cases where only one entity is returned, like Article or Product, iterating works all the same, it just iterates through the one single elements. The return data is **always** a collection!
120+
In cases where only one entity is returned, like Article or Product, iterating works all the same, it just iterates through the one single element. The return data is **always** a collection!
121121

122122
However, for brevity, you can access properties directly on the collection, too.
123123

0 commit comments

Comments
 (0)