diff --git a/Source/Engine/Render2D/FontReference.cs b/Source/Engine/Render2D/FontReference.cs
index 41095190e..b92415d4d 100644
--- a/Source/Engine/Render2D/FontReference.cs
+++ b/Source/Engine/Render2D/FontReference.cs
@@ -96,7 +96,7 @@ namespace FlaxEngine
///
/// Gets the font object described by the structure.
///
- /// Th font or null if descriptor is invalid.
+ /// The font or null if descriptor is invalid.
public Font GetFont()
{
if (_cachedFont)
diff --git a/Source/Engine/Scripting/Attributes/Editor/VisibleIfAttribute.cs b/Source/Engine/Scripting/Attributes/Editor/VisibleIfAttribute.cs
index 6eb418cad..5f4177a6c 100644
--- a/Source/Engine/Scripting/Attributes/Editor/VisibleIfAttribute.cs
+++ b/Source/Engine/Scripting/Attributes/Editor/VisibleIfAttribute.cs
@@ -27,7 +27,7 @@ namespace FlaxEngine
}
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
/// The name of the field or property of the object. Must be a bool type.
/// True if invert member value when computing the visibility value.