Skip to content

Commit

Permalink
Fix typo in example.org examples
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz authored Nov 18, 2024
1 parent d0c7d02 commit eb648a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Decode bytes to string using encoding.
```hurl
# The 'Content-Type' HTTP response header does not precise the charset 'gb2312'
# so body must be decoded explicitly by Hurl before processing any text based assert
GET https://exapple.org/hello_china
GET https://example.org/hello_china
HTTP 200
[Asserts]
header "Content-Type" == "text/html"
Expand Down Expand Up @@ -287,4 +287,4 @@ bytes decode "gb2312" xpath "string(//body)" == "你好世界"
[RFC3986]: https://www.rfc-editor.org/rfc/rfc3986
[a specification format]: https://docs.rs/chrono/latest/chrono/format/strftime/index.html
[XPath]: https://en.wikipedia.org/wiki/XPath
[JSONPath]: https://goessner.net/articles/JsonPath/
[JSONPath]: https://goessner.net/articles/JsonPath/

0 comments on commit eb648a5

Please sign in to comment.