trivial: fix word duplication in api ref

Change-Id: I3878fb9f36bb05dbb949f137a5d5c6664a27b69f
Closes-Bug: #1920256
This commit is contained in:
Balazs Gibizer 2021-03-22 09:22:39 +01:00
parent 3de7fb7c32
commit 559404c23b
1 changed files with 2 additions and 2 deletions

View File

@ -1244,7 +1244,7 @@ sort_dir_flavor:
Sort direction. A valid value is ``asc`` (ascending) or ``desc`` (descending).
Default is ``asc``. You can specify multiple pairs of sort key and sort direction
query parameters. If you omit the sort direction in a pair, the API uses the natural
sorting direction of the direction of the flavor ``sort_key`` attribute.
sorting direction of the flavor ``sort_key`` attribute.
in: query
required: false
type: string
@ -1253,7 +1253,7 @@ sort_dir_server:
Sort direction. A valid value is ``asc`` (ascending) or ``desc`` (descending).
Default is ``desc``. You can specify multiple pairs of sort key and sort direction
query parameters. If you omit the sort direction in a pair, the API uses the natural
sorting direction of the direction of the server ``sort_key`` attribute.
sorting direction of the server ``sort_key`` attribute.
in: query
required: false
type: string