mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 10:35:27 +08:00 
			
		
		
		
	Fix grammar in Canvas Image docs
This commit is contained in:
		@@ -51,8 +51,8 @@ AnsiConsole.Render(image);
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Manipulating images
 | 
					# Manipulating images
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can take full advantage of using [ImageSharp](https://github.com/SixLabors/ImageSharp)
 | 
					You can take full advantage of [ImageSharp](https://github.com/SixLabors/ImageSharp)
 | 
				
			||||||
and manipulate images directly via the [ImageSharp Processing API](https://docs.sixlabors.com/api/ImageSharp/SixLabors.ImageSharp.Processing.html).
 | 
					and manipulate images directly via it's [Processing API](https://docs.sixlabors.com/api/ImageSharp/SixLabors.ImageSharp.Processing.html).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```csharp
 | 
					```csharp
 | 
				
			||||||
// Load an image
 | 
					// Load an image
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user