Fix documentation typo (#29209)

Fix everything.
This commit is contained in:
TsjipTsjip 2024-06-19 18:15:26 +02:00 committed by null
parent d0a8d88e78
commit 514ea87c68
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public sealed partial class StampComponent : Component
public string StampedName { get; set; } = "stamp-component-stamped-name-default";
/// <summary>
/// Tne sprite state of the stamp to display on the paper from paper Sprite path.
/// The sprite state of the stamp to display on the paper from paper Sprite path.
/// </summary>
[DataField("stampState")]
public string StampState { get; set; } = "paper_stamp-generic";