Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 8acec0e31 -> 35bd3d684
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/35bd3d68 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/35bd3d68 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/35bd3d68 Branch: refs/heads/asf-site Commit: 35bd3d6842a00a38ec10c4d97251e94eac7c893b Parents: 8acec0e Author: JamesBognar <[email protected]> Authored: Fri Dec 9 14:50:40 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Fri Dec 9 14:50:40 2016 -0500 ---------------------------------------------------------------------- content/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/35bd3d68/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 9443837..260ae0b 100644 --- a/content/about.html +++ b/content/about.html @@ -20,7 +20,7 @@ <h5 class='toc'>Features</h5> <ul class='spaced-list'> <li>Marshalling support for JSON (including variants), XML, HTML, URL-Encoding, UON (URL-Encoded Object Notation), MessagePack, RDF/XML, RDF/XML-Abbrev, N-Triple, Turtle, N3, SOAP/XML. - <li>Data Transfer Objects for Atom, Cognos, JSON-Schema, HTML 5, and Swagger 2.0. These can be serialized to any of the supported contents types. + <li>Data Transfer Objects for Atom, Cognos, JSON-Schema, HTML 5, and Swagger 2.0. These can be serialized to any of the supported marshall types (e.g. ATOM/JSON). </ul> <h5 class='toc'>Examples</h5>
