diff --git a/BotFeature.cs b/BotFeature.cs index f410afa..e3fcf08 100644 --- a/BotFeature.cs +++ b/BotFeature.cs @@ -29,7 +29,7 @@ namespace Noikoio.RegexBot /// Processes feature-specific configuration. /// /// - /// Feature code should not hold on to this data, but instead use to retrieve + /// Feature code should not hold on to this data, but instead use to retrieve /// them. This is in the event that configuration is reverted to an earlier state and allows for the /// bot and all features to revert to previously used configuration values with no effort on the part /// of individual features. @@ -73,7 +73,7 @@ namespace Noikoio.RegexBot /// /// Indicates which section under an individual Discord guild configuration should be passed to the - /// feature's method during configuration load. + /// feature's method during configuration load. /// [AttributeUsage(AttributeTargets.Method, Inherited = false)] public class ConfigSectionAttribute : Attribute