diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx b/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx
index 85a0a88f88e5f..1f979fe12d4eb 100644
--- a/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx
+++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx
@@ -886,7 +886,7 @@
The name can be no more than {0} characters in length.
- Object is not a array with the same number of elements as the array to compare it to.
+ The object is not an array with the same number of elements as the array to compare it to.
Argument must be of type {0}.
diff --git a/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx b/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx
index c651da612d53c..6db3b715805a1 100644
--- a/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx
+++ b/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx
@@ -1550,7 +1550,7 @@
The buffer is not associated with this pool and may not be returned to it.
- Object is not a array with the same number of elements as the array to compare it to.
+ The object is not an array with the same number of elements as the array to compare it to.
Object contains non-primitive or non-blittable data.