Skip to content

Commit

Permalink
Fix documentation typo (space-wizards#29209)
Browse files Browse the repository at this point in the history
Fix everything.
  • Loading branch information
TsjipTsjip authored Jun 19, 2024
1 parent fa3c89a commit 39ccab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Paper/StampComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 39ccab6

Please sign in to comment.