diff --git a/GFramework.Game.Abstractions/scene/ISceneFactory.cs b/GFramework.Game.Abstractions/scene/ISceneFactory.cs
index b1d61e1..07300da 100644
--- a/GFramework.Game.Abstractions/scene/ISceneFactory.cs
+++ b/GFramework.Game.Abstractions/scene/ISceneFactory.cs
@@ -24,7 +24,7 @@ public interface ISceneFactory : IContextUtility
///
/// 根据指定的场景键值创建场景行为实例。
///
- /// 场景的唯一标识符键值。
+ /// 场景的唯一标识符键值。
/// 创建的场景行为对象,如果无法创建则返回null。
- ISceneBehavior Create(string sceneKy);
+ ISceneBehavior Create(string sceneKey);
}
\ No newline at end of file