From b58aab7dec43c5b0206cf6100bb5ca16fb70cae3 Mon Sep 17 00:00:00 2001 From: Vikas Hanumegowda Date: Thu, 28 Feb 2019 15:09:30 -0800 Subject: [PATCH] small typo very minute typo --- src/main/docs/guide/respond.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docs/guide/respond.adoc b/src/main/docs/guide/respond.adoc index bd44078..448c115 100644 --- a/src/main/docs/guide/respond.adoc +++ b/src/main/docs/guide/respond.adoc @@ -90,7 +90,7 @@ Date: Wed, 11 Jan 2017 04:06:57 GMT We've used `curl` to call our `index` action, but we've changed our `Accept` header to `application/json`. Now instead of an HTML page, we receive the same data in JSON. -You can request difference content types in the browser as well, thanks to Grails' default URL Mappings (shown below): +You can request different content types in the browser as well, thanks to Grails' default URL Mappings (shown below): [source,groovy] .grails-app/controllers/org/grails/guides/UrlMappings.groovy