summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorcosmix <cosmix@users.noreply.github.com>2020-01-17 19:15:12 +0200
committerGitHub <noreply@github.com>2020-01-17 19:15:12 +0200
commita48ab2124f9bc4f74d60e49586a655286be6ad70 (patch)
treedc52edd7f8b79f3553809afbad047a88c675465f /web
parentd423c30847a3cf75833b5c2a6e93799cfd8462b9 (diff)
Fix CSV -> SSV in docs (#7782)
Diffstat (limited to 'web')
-rw-r--r--web/api/formatters/ssv/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/formatters/ssv/README.md b/web/api/formatters/ssv/README.md
index ec85fe469c..d2c7077f88 100644
--- a/web/api/formatters/ssv/README.md
+++ b/web/api/formatters/ssv/README.md
@@ -11,7 +11,7 @@ It supports the following formats:
| `ssvcomma` | text/plain | a comma separated list of values |
| `array` | application/json | a JSON array |
-The CSV formatter respects the following API `&options=`:
+The SSV formatter respects the following API `&options=`:
| option | supported | description |
| :----:|:-------:|:----------|