From 0977f31ee3085f9ea7b5628eb5a2bac91c6ec163 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Wed, 29 Aug 2018 09:41:29 -0400 Subject: Typo fix Signed-off-by: Dave Henderson --- docs/content/datasources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/datasources.md b/docs/content/datasources.md index 317bb104..deb5be4f 100644 --- a/docs/content/datasources.md +++ b/docs/content/datasources.md @@ -92,7 +92,7 @@ These are the supported types: ### Overriding MIME Types -On occasion it's necessary to override the detected (via file extension or `Contrent-Type` header) MIME type. To accomplish this, gomplate supports a `type` query string parameter on datasource URLs. This can contain the same value as a standard [HTTP Content-Type][] header. +On occasion it's necessary to override the detected (via file extension or `Content-Type` header) MIME type. To accomplish this, gomplate supports a `type` query string parameter on datasource URLs. This can contain the same value as a standard [HTTP Content-Type][] header. For example, to force a file named `data.txt` to be parsed as a JSON document: -- cgit v1.2.3