mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
Fix small typo (#2115)
This commit is contained in:
parent
c950b15a22
commit
0fdcffd3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue