Skip to content

Commit

Permalink
Fix spelling in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeopti committed Sep 2, 2021
1 parent 1d54c02 commit 5c930dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terracotta/server/valid_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ def get_valid_values() -> Response:
get:
summary: /datasets
description:
Get uniwue key values of all available datasets that match given key constraint.
Get unique key values of all available datasets that match given key constraint.
Constraints may be combined freely. Returns all valid key values if no query parameters
are given.
parameters:
- in: query
schema: KeyValueOptionSchema
responses:
200:
description: All available key combinations
description: All available key value combinations
schema:
type: KeyValueSchema
400:
Expand Down

0 comments on commit 5c930dc

Please sign in to comment.