diff --git a/Assets/Mirror/Core/SyncList.cs b/Assets/Mirror/Core/SyncList.cs index e69f62842..cf27a75e3 100644 --- a/Assets/Mirror/Core/SyncList.cs +++ b/Assets/Mirror/Core/SyncList.cs @@ -18,7 +18,7 @@ public enum Operation : byte /// This is called after the item is added with index public Action OnAdd; - /// This is called after the item is inserted with inedx + /// This is called after the item is inserted with index public Action OnInsert; /// This is called after the item is set with index and OLD Value