diff --git a/Assets/Mirror/Runtime/NetworkIdentity.cs b/Assets/Mirror/Runtime/NetworkIdentity.cs
index b24e780db..e90112b08 100644
--- a/Assets/Mirror/Runtime/NetworkIdentity.cs
+++ b/Assets/Mirror/Runtime/NetworkIdentity.cs
@@ -123,7 +123,7 @@ public sealed class NetworkIdentity : MonoBehaviour
/// works fine if we keep the UNET way of setting isClient manually.
///
///
- /// => fixes
+ /// => fixes
///
///
///
@@ -145,7 +145,7 @@ public sealed class NetworkIdentity : MonoBehaviour
/// works fine if we keep the UNET way of setting isServer manually.
///
///
- /// => fixes
+ /// => fixes
///
///
public bool isServer { get; internal set; }