diff --git a/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs b/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs
index 1589b00493..f036e91314 100644
--- a/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs
+++ b/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs
@@ -14,9 +14,9 @@ namespace Content.Shared.Interfaces.GameObjects.Components
public interface IInteractUsing
{
///
- /// The interaction Priority. Higher numbers get called first.
+ /// The interaction priority. Higher numbers get called first.
///
- /// Prority defaults to 0
+ /// Priority defaults to 0
int Priority { get => 0; }
///