diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index 68bebb0d7..53252ff6a 100644 --- a/docs/content/templates/functions.md +++ b/docs/content/templates/functions.md @@ -882,7 +882,7 @@ e.g. `{{ . }}` ### querify -Takes a set of key-value pairs and returns a [`url.Values`](https://godoc.org/net/url#Values) object. The [`Encode`](https://godoc.org/net/url#Values.Encode) method turns the pairs into a [query string](https://en.wikipedia.org/wiki/Query_string) that cen be postpended to a url. E.g. +Takes a set of key-value pairs and returns a [`url.Values`](https://godoc.org/net/url#Values) object. The [`Encode`](https://godoc.org/net/url#Values.Encode) method turns the pairs into a [query string](https://en.wikipedia.org/wiki/Query_string) that can be appended to a url. E.g. Search