Skip to content

Commit acb811e

Browse files
Remove an incorrect plural in docs/guides/using_items.mdx (#75)
1 parent 6c06ca4 commit acb811e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/using_items.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ const item = await itemManager.fetch(itemUid, { stoken });
662662
```python
663663
item = item_mgr.fetch(item_uid)
664664

665-
# Can optionally pass stoken to only return the items if changed:
665+
# Can optionally pass stoken to only return the item if changed:
666666
item = item_mgr.fetch(item_uid, FetchOptions().stoken(stoken))
667667
```
668668

0 commit comments

Comments
 (0)