diff --git a/docs/src/community/iris_xarray.rst b/docs/src/community/iris_xarray.rst
index e37f76f2e7..71585d8b9f 100644
--- a/docs/src/community/iris_xarray.rst
+++ b/docs/src/community/iris_xarray.rst
@@ -137,7 +137,7 @@ There is also relevant documentation
In some particular aspects, CF data is not loaded well (or at all), and in many cases
output is not fully CF compliant (as-per `the cf checker `_).
-* it has it's own interpretation of coordinates, which is different from the CF-based
+* xarray has it's own interpretation of coordinates, which is different from the CF-based
approach in Iris, and means that the use of the "coordinates" attribute in output is
often not CF compliant.
* dates are converted to datetime-like objects internally. There are special features
@@ -151,9 +151,9 @@ output is not fully CF compliant (as-per `the cf checker