diff --git a/Assets/Mirror/Runtime/NetworkManager.cs b/Assets/Mirror/Runtime/NetworkManager.cs
index c4f0ae72b..b4f651585 100644
--- a/Assets/Mirror/Runtime/NetworkManager.cs
+++ b/Assets/Mirror/Runtime/NetworkManager.cs
@@ -150,7 +150,7 @@ public class NetworkManager : MonoBehaviour
///
/// List of prefabs that will be registered with the spawning system.
- /// For each of these prefabs, ClientManager.RegisterPrefab() will be automatically invoke.
+ /// For each of these prefabs, ClientScene.RegisterPrefab() will be automatically invoke.
///
[FormerlySerializedAs("m_SpawnPrefabs"), HideInInspector]
public List spawnPrefabs = new List();