From 7e2752ec95b1e970c53baf58f22a14c32b6e069f Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 2 Apr 2015 12:52:05 -0500 Subject: [PATCH] DATAREST-503 - Fix typo in reference docs Mispelled word in SDR's reference documentation. Patched. Courtesy of https://github.com/spring-projects/spring-data-rest/pull/172 --- src/main/asciidoc/spring-data-rest-examples.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/spring-data-rest-examples.adoc b/src/main/asciidoc/spring-data-rest-examples.adoc index d7cd28ee4..de460aa4a 100644 --- a/src/main/asciidoc/spring-data-rest-examples.adoc +++ b/src/main/asciidoc/spring-data-rest-examples.adoc @@ -4,7 +4,7 @@ This appendix contains a list of Spring Data REST sample applications. The exact version of each example isn't guaranteed to match the version of this reference manual. -NOTE: To get them all, visit https://github.com/spring-projects/spring-data-examples and either clone or download a zipball. This will give you example apps for ALL supported Spring Data projects. Simply avigate to `spring-data-examples/rest`. +NOTE: To get them all, visit https://github.com/spring-projects/spring-data-examples and either clone or download a zipball. This will give you example apps for ALL supported Spring Data projects. Simply navigate to `spring-data-examples/rest`. [[spring-data-examples.multi-store]] == Multi-store example