Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 96d6185d1 -> 1662e84df
Fix typo. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/1662e84d Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/1662e84d Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/1662e84d Branch: refs/heads/asf-site Commit: 1662e84dfb19718e1e9fd2de9290c26fd040ec3c Parents: 96d6185 Author: JamesBognar <[email protected]> Authored: Thu Apr 13 16:43:21 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Thu Apr 13 16:43:21 2017 -0400 ---------------------------------------------------------------------- content/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1662e84d/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 133f4b7..51e4e2d 100644 --- a/content/about.html +++ b/content/about.html @@ -848,7 +848,7 @@ </p> <p> Similar in concept to remoteable services defined above, but in this case we simply define our interface with - special annotations that tell us how to convert input and output to HTTP headers, query paramters, form post parameters, or request/response bodies. + special annotations that tell us how to convert input and output to HTTP headers, query parameters, form post parameters, or request/response bodies. </p> <p class='bcode'> <ja>@Remoteable</ja>
