Fixed a typo in the Content recipe execution step description.

This commit is contained in:
Sipke Schoorstra
2015-07-19 23:14:59 +01:00
parent c59a056524
commit db48f60fe6

View File

@@ -33,7 +33,7 @@ namespace Orchard.Recipes.Providers.Executors {
}
public override LocalizedString Description {
get { return T("Provides additional coniguration for the Content recipe step."); }
get { return T("Provides additional configuration for the Content recipe step."); }
}
public int? BatchSize { get; set; }