diff --git a/src/pages/basics/results.md b/src/pages/basics/results.md index f7bb04a..7d3c6a5 100644 --- a/src/pages/basics/results.md +++ b/src/pages/basics/results.md @@ -278,7 +278,7 @@ We will address each part in turn. First let's create handlers for each content type. We have three types to consider: -`application/x-www-form-url-encoded`, `text/plain`, and `text/tsv`. +`text/plain` , `text/tsv` , and `application/x-www-form-url-encoded`. Play has built-in body parsers for the first two. The methods in `CsvHelpers` do most of the rest of the work: diff --git a/src/pages/html/chat.md b/src/pages/html/chat.md index 535ea3e..7dceb53 100644 --- a/src/pages/html/chat.md +++ b/src/pages/html/chat.md @@ -118,7 +118,8 @@ A minimal `chatroom` template takes a `Seq[Message]` as a parameter and renders a `