diff --git a/src/Components/Components/src/PersistentStateAttribute.cs b/src/Components/Components/src/PersistentStateAttribute.cs index cd8de101bda9..fc0f7f22d62f 100644 --- a/src/Components/Components/src/PersistentStateAttribute.cs +++ b/src/Components/Components/src/PersistentStateAttribute.cs @@ -15,9 +15,9 @@ public sealed class PersistentStateAttribute : CascadingParameterAttributeBase /// /// /// By default it always restores the value on all situations. - /// Use to skip restoring the initial value + /// Use to skip restoring the initial value /// when the host starts up. - /// Use to skip restoring the last value captured + /// Use to skip restoring the last value captured /// the last time the current host was shut down. /// public RestoreBehavior RestoreBehavior { get; set; } = RestoreBehavior.Default;