From 387257ba6f2b426bf0671292a7fc470fe458495f Mon Sep 17 00:00:00 2001 From: Oliver Trosien Date: Thu, 17 Sep 2015 17:08:11 +0200 Subject: [PATCH] Fix typos in sample asciidoc Closes gh-129 --- .../src/main/asciidoc/api-guide.adoc | 4 ++-- .../src/main/asciidoc/api-guide.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/rest-notes-spring-data-rest/src/main/asciidoc/api-guide.adoc b/samples/rest-notes-spring-data-rest/src/main/asciidoc/api-guide.adoc index 002b8a44..50498df4 100644 --- a/samples/rest-notes-spring-data-rest/src/main/asciidoc/api-guide.adoc +++ b/samples/rest-notes-spring-data-rest/src/main/asciidoc/api-guide.adoc @@ -76,9 +76,9 @@ include::{snippets}/error-example/http-response.adoc[] RESTful Notes uses hypermedia and resources include links to other resources in their responses. Responses are in http://stateless.co/hal_specification.html[Hypertext Application -Language (HAL)] format. Links can be found benath the `_links` key. Users of the API should -not created URIs themselves, instead they should use the above-described links to navigate from resource to resource. +Language (HAL)] format. Links can be found beneath the `_links` key. Users of the API should +not create URIs themselves, instead they should use the above-described links to navigate [[resources]] = Resources diff --git a/samples/rest-notes-spring-hateoas/src/main/asciidoc/api-guide.adoc b/samples/rest-notes-spring-hateoas/src/main/asciidoc/api-guide.adoc index f0ca947e..58c579bb 100644 --- a/samples/rest-notes-spring-hateoas/src/main/asciidoc/api-guide.adoc +++ b/samples/rest-notes-spring-hateoas/src/main/asciidoc/api-guide.adoc @@ -76,9 +76,9 @@ include::{snippets}/error-example/http-response.adoc[] RESTful Notes uses hypermedia and resources include links to other resources in their responses. Responses are in http://stateless.co/hal_specification.html[Hypertext Application -Language (HAL)] format. Links can be found benath the `_links` key. Users of the API should -not created URIs themselves, instead they should use the above-described links to navigate from resource to resource. +Language (HAL)] format. Links can be found beneath the `_links` key. Users of the API should +not create URIs themselves, instead they should use the above-described links to navigate [[resources]] = Resources