summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2021-03-22 09:22:39 +0100
committerBalazs Gibizer <balazs.gibizer@est.tech>2021-03-22 09:22:39 +0100
commit559404c23b0109dd72b51d792f1921a1ee0a590e (patch)
treea66477d4ce1b3774fd2c2ffb9deeca271457963b /api-ref
parent3de7fb7c327db348d04d15d4cd3c4f811a336126 (diff)
downloadnova-559404c23b0109dd72b51d792f1921a1ee0a590e.tar.gz
trivial: fix word duplication in api ref
Change-Id: I3878fb9f36bb05dbb949f137a5d5c6664a27b69f Closes-Bug: #1920256
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 16b040bcf9..7a7f0b5da7 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -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