diff --git a/src/ImageSharp/Image.WrapMemory.cs b/src/ImageSharp/Image.WrapMemory.cs
index 081ed22a1..d89c44dc5 100644
--- a/src/ImageSharp/Image.WrapMemory.cs
+++ b/src/ImageSharp/Image.WrapMemory.cs
@@ -17,7 +17,7 @@ namespace SixLabors.ImageSharp
{
///
/// Wraps an existing contiguous memory area of 'width' x 'height' pixels,
- /// allowing to view/manipulate it as an ImageSharp instance.
+ /// allowing to view/manipulate it as an instance.
///
/// The pixel type
/// The
@@ -46,7 +46,7 @@ namespace SixLabors.ImageSharp
///
/// Wraps an existing contiguous memory area of 'width' x 'height' pixels,
- /// allowing to view/manipulate it as an ImageSharp instance.
+ /// allowing to view/manipulate it as an instance.
///
/// The pixel type
/// The
@@ -65,7 +65,7 @@ namespace SixLabors.ImageSharp
///
/// Wraps an existing contiguous memory area of 'width' x 'height' pixels,
- /// allowing to view/manipulate it as an ImageSharp instance.
+ /// allowing to view/manipulate it as an instance.
/// The memory is being observed, the caller remains responsible for managing it's lifecycle.
///
/// The pixel type.
@@ -82,7 +82,7 @@ namespace SixLabors.ImageSharp
///
/// Wraps an existing contiguous memory area of 'width' x 'height' pixels,
- /// allowing to view/manipulate it as an ImageSharp instance.
+ /// allowing to view/manipulate it as an instance.
/// The ownership of the is being transferred to the new instance,
/// meaning that the caller is not allowed to dispose .
/// It will be disposed together with the result image.
@@ -114,7 +114,7 @@ namespace SixLabors.ImageSharp
///
/// Wraps an existing contiguous memory area of 'width' x 'height' pixels,
- /// allowing to view/manipulate it as an ImageSharp instance.
+ /// allowing to view/manipulate it as an instance.
/// The ownership of the is being transferred to the new instance,
/// meaning that the caller is not allowed to dispose .
/// It will be disposed together with the result image.
@@ -136,7 +136,7 @@ namespace SixLabors.ImageSharp
///
/// Wraps an existing contiguous memory area of 'width' x 'height' pixels,
- /// allowing to view/manipulate it as an ImageSharp instance.
+ /// allowing to view/manipulate it as an instance.
/// The ownership of the is being transferred to the new instance,
/// meaning that the caller is not allowed to dispose .
/// It will be disposed together with the result image.
@@ -155,7 +155,7 @@ namespace SixLabors.ImageSharp
///
/// Wraps an existing contiguous memory area of 'width' x 'height' pixels,
- /// allowing to view/manipulate it as an ImageSharp instance.
+ /// allowing to view/manipulate it as an instance.
///
/// The pixel type
/// The
@@ -187,7 +187,7 @@ namespace SixLabors.ImageSharp
///
/// Wraps an existing contiguous memory area of 'width' x 'height' pixels,
- /// allowing to view/manipulate it as an ImageSharp instance.
+ /// allowing to view/manipulate it as an instance.
///
/// The pixel type
/// The
@@ -206,7 +206,7 @@ namespace SixLabors.ImageSharp
///
/// Wraps an existing contiguous memory area of 'width' x 'height' pixels,
- /// allowing to view/manipulate it as an ImageSharp instance.
+ /// allowing to view/manipulate it as an instance.
/// The memory is being observed, the caller remains responsible for managing it's lifecycle.
///
/// The pixel type.