Skip to content

Commit

Permalink
=doc Fix typo (akka#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph authored and Synesso committed Sep 5, 2018
1 parent 25da5d5 commit 4c6deda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/common/uri-model.md
Expand Up @@ -125,7 +125,7 @@ is equivalent to:
Query("a=b")
```

As in the [section 3.4 of RFTC 3986](http://tools.ietf.org/html/rfc3986#section-3.4),
As in the [section 3.4 of RFC 3986](http://tools.ietf.org/html/rfc3986#section-3.4),
some special characters like "/" and "?" are allowed inside a query string, without escaping them using ("%") signs.

> The characters slash ("/") and question mark ("?") may represent data within the query component.
Expand Down

0 comments on commit 4c6deda

Please sign in to comment.