From ed5bde10e71cabf1fc7d608a7bff9a8b261cc096 Mon Sep 17 00:00:00 2001 From: Tom Crossland Date: Fri, 27 Feb 2015 22:16:00 +0100 Subject: [PATCH] DATAREST-484 - Corrected a tiny spelling mistake in projections-excerpts.adoc. Original pull request: #166. --- src/main/asciidoc/projections-excerpts.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/projections-excerpts.adoc b/src/main/asciidoc/projections-excerpts.adoc index 89b47d7d8..e70497328 100644 --- a/src/main/asciidoc/projections-excerpts.adoc +++ b/src/main/asciidoc/projections-excerpts.adoc @@ -95,7 +95,7 @@ interface NoAddresses { <2> This projection has the following details: -<1> The `@Projection` annotation flags this as a projection. The `name` atrributes provides +<1> The `@Projection` annotation flags this as a projection. The `name` attributes provides the name of the projection, which you'll see how to use shortly. The `types` attributes targets this projection to only apply to `Person` objects. <2> It's a Java interface making it declarative.