diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2018-08-29 09:41:29 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2018-08-29 09:41:29 -0400 |
| commit | 0977f31ee3085f9ea7b5628eb5a2bac91c6ec163 (patch) | |
| tree | 8bb0bde78355bf12a1fa98fed36c4cda70ebc882 /docs/content | |
| parent | c85d4aebc55d57f6051c5d042230a3df6b22c4bc (diff) | |
Typo fix
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/datasources.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
