Browse Source

Fix typo

Former-commit-id: 554986f26ab25c1ae94c787944f25e3ccabbbfec
Former-commit-id: f0e2f6ee686a39df9010e05071134fb407246b08
Former-commit-id: a5f533452556ec58f4f721f7d38b39e75602b161
af/merge-core
James South 11 years ago
parent
commit
3213afa520
  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