From 39ccab6718000954fdb3601dc76c26e72752c2ac Mon Sep 17 00:00:00 2001 From: TsjipTsjip <19798667+TsjipTsjip@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:15:26 +0200 Subject: [PATCH] Fix documentation typo (#29209) Fix everything. --- Content.Shared/Paper/StampComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Paper/StampComponent.cs b/Content.Shared/Paper/StampComponent.cs index 04e2410df7..6a8c3d7b40 100644 --- a/Content.Shared/Paper/StampComponent.cs +++ b/Content.Shared/Paper/StampComponent.cs @@ -34,7 +34,7 @@ public sealed partial class StampComponent : Component public string StampedName { get; set; } = "stamp-component-stamped-name-default"; /// - /// 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. /// [DataField("stampState")] public string StampState { get; set; } = "paper_stamp-generic"; -- 2.51.2