Browse Source

Fix typo

Former-commit-id: 35507f9c08ad277ae9a71db03ccc6e830ae2c3f0
Former-commit-id: 5d664f5c4084fa1f4910694e35db72e7f11fbf7b
Former-commit-id: b9eab451dacc254bcfca8ce26d96bd0a4988f519
pull/17/head
James South 11 years ago
parent
commit
32f26732f7
  1. 2
      src/ImageProcessor.Web/Configuration/ImageProcessorConfiguration.cs

2
src/ImageProcessor.Web/Configuration/ImageProcessorConfiguration.cs

@ -31,7 +31,7 @@ namespace ImageProcessor.Web.Configuration
{
#region Fields
/// <summary>
/// A new instance Initializes a new instance of the <see cref="T:ImageProcessor.Web.Config.ImageProcessorConfig"/> class.
/// A new instance of the <see cref="T:ImageProcessor.Web.Config.ImageProcessorConfig"/> class.
/// with lazy initialization.
/// </summary>
private static readonly Lazy<ImageProcessorConfiguration> Lazy =

Loading…
Cancel
Save