summaryrefslogtreecommitdiff
path: root/api_changes.md
diff options
context:
space:
mode:
Diffstat (limited to 'api_changes.md')
-rw-r--r--api_changes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/api_changes.md b/api_changes.md
index e0a65fe0..a7c4c3c8 100644
--- a/api_changes.md
+++ b/api_changes.md
@@ -157,7 +157,7 @@ type Frobber struct {
Height int `json:"height"`
Width int `json:"width"`
Param string `json:"param"` // the first param
- ExtraParams []string `json:"params"` // additional params
+ ExtraParams []string `json:"extraParams"` // additional params
}
```