Fix small typo (#2115)

This commit is contained in:
Infi 2024-11-24 23:00:50 +01:00 committed by GitHub
parent c950b15a22
commit 0fdcffd3ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
public event DalamudConfigurationSavedDelegate? DalamudConfigurationSaved;
/// <summary>
/// Gets or sets a list of muted works.
/// Gets or sets a list of muted words.
/// </summary>
public List<string>? BadWords { get; set; }