diff --git a/usync/02.complete/04.extending/02.ItemManager.md b/usync/02.complete/04.extending/02.ItemManager.md index 58f8475..667ef94 100644 --- a/usync/02.complete/04.extending/02.ItemManager.md +++ b/usync/02.complete/04.extending/02.ItemManager.md @@ -2,7 +2,7 @@ title: Item Manager --- -A Sync item manager controls how uSync gets and manages SyncItems which are the basis for every push or pull (or export) event in uSync. +A SyncItemManager controls how uSync gets and manages SyncItems, which are the basis for every push or pull (or export) event in uSync. :::tip By implementing a SyncItemManager for our objects you can extend uSync.Complete's functionality and introduce push and pull commands for your own items.