From 3a32c5bd1a3a7a5858a4f44fc74f64c5858e92c8 Mon Sep 17 00:00:00 2001 From: ptemplier Date: Mon, 14 May 2012 18:22:05 +0300 Subject: [PATCH] typo on 'instantiated' --- doc/main_wiki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/main_wiki.md b/doc/main_wiki.md index cdcbc8cf7..e131cfd38 100644 --- a/doc/main_wiki.md +++ b/doc/main_wiki.md @@ -55,7 +55,7 @@ You can also deploy to a Jetty web container embedded in the build: ### Export Repositories -To expose your Repositories to the exporter, include a Spring XML configuration file in the classpath (e.g. in a client JAR or in `WEB-INF/classes`). The filename should end with "-export.xml" and reside under the path `META-INF/spring-data-rest/`. Your configuration should include a properly-instaniated EntityManagerFactoryBean, an appropriate DataSource, and the appropriate repository configuration. It's easiest to use the special XML namespace for this purpose. An example configuration (named `WEB-INF/spring-data-rest/repositories-export.xml`) would look like something like this: +To expose your Repositories to the exporter, include a Spring XML configuration file in the classpath (e.g. in a client JAR or in `WEB-INF/classes`). The filename should end with "-export.xml" and reside under the path `META-INF/spring-data-rest/`. Your configuration should include a properly instantiated EntityManagerFactoryBean, an appropriate DataSource, and the appropriate repository configuration. It's easiest to use the special XML namespace for this purpose. An example configuration (named `WEB-INF/spring-data-rest/repositories-export.xml`) would look like something like this: