From c9f8dac9d9aa9da8ff13315d57f5b5fefc060d33 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 13 Jan 2014 14:32:12 +0000 Subject: [PATCH] Typo in howto --- docs/howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto.md b/docs/howto.md index eb2bf041c30..b3300c54b02 100644 --- a/docs/howto.md +++ b/docs/howto.md @@ -933,7 +933,7 @@ additional ones: * declaratively per application by setting `context.initializer.classes` or `context.listener.classes` * declarative for all applications by adding a - `MTEA-INF/spring.factories` and packaging a jar file that the + `META-INF/spring.factories` and packaging a jar file that the applications all use as a library Any `ApplicationContextInitializer` registered programmatically or via