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