Rest-Api-Spec: Correct spelling in filter_path description (#33154)

This commit corrects the spelling of response in the description of
filter_path in the REST API spec.
This commit is contained in:
Russ Cam 2018-09-28 19:20:51 +10:00 committed by Christoph Büscher
parent bc7d69f74a
commit 94df8ec358
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
},
"filter_path": {
"type": "list",
"description": "A comma-separated list of filters used to reduce the respone."
"description": "A comma-separated list of filters used to reduce the response."
}
}
}