From 59b36f033a5cfe37bc42cdbb437e4e633d63a73a Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sat, 3 Dec 2016 20:23:41 +0100 Subject: [PATCH] docs: Update description of querify --- content/templates/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/functions.md b/content/templates/functions.md index 68bebb0d7..53252ff6a 100644 --- a/content/templates/functions.md +++ b/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