diff --git a/Source/Editor/Editor.cs b/Source/Editor/Editor.cs
index 6c4950351..f81f81ddd 100644
--- a/Source/Editor/Editor.cs
+++ b/Source/Editor/Editor.cs
@@ -173,7 +173,7 @@ namespace FlaxEditor
///
/// Gets the main transform gizmo used by the .
///
- public Gizmo.TransformGizmoBase MainTransformGizmo => Windows.EditWin.Viewport.TransformGizmo;
+ public Gizmo.TransformGizmo MainTransformGizmo => Windows.EditWin.Viewport.TransformGizmo;
///
/// Gets a value indicating whether this Editor is running in `headless` mode. No windows or popups should be shown. Used in CL environment (without a graphical user interface).
diff --git a/Source/Editor/Undo/Actions/TransformObjectsAction.cs b/Source/Editor/Undo/Actions/TransformObjectsAction.cs
index a109fd0ca..1bfe3cc4f 100644
--- a/Source/Editor/Undo/Actions/TransformObjectsAction.cs
+++ b/Source/Editor/Undo/Actions/TransformObjectsAction.cs
@@ -11,7 +11,7 @@ namespace FlaxEditor
///
/// Implementation of used to transform a selection of .
/// The same logic could be achieved using but it would be slower.
- /// Since we use this kind of action very ofter (for operations) it's better to provide faster implementation.
+ /// Since we use this kind of action very ofter (for operations) it's better to provide faster implementation.
///
///
[Serializable]