diff --git a/src/Caliburn.Micro/ConductorWithCollectionAllActive.cs b/src/Caliburn.Micro/ConductorWithCollectionAllActive.cs index c9f0f88f..851ce4a3 100644 --- a/src/Caliburn.Micro/ConductorWithCollectionAllActive.cs +++ b/src/Caliburn.Micro/ConductorWithCollectionAllActive.cs @@ -10,7 +10,7 @@ public partial class Conductor { /// public partial class Collection { /// - /// An implementation of that holds on to many items wich are all activated. + /// An implementation of that holds on to many items which are all activated. /// public class AllActive : ConductorBase { private readonly BindableCollection items = new BindableCollection();