diff --git a/guidelines/microversion_specification.rst b/guidelines/microversion_specification.rst index 9cc1b20..67e0c69 100644 --- a/guidelines/microversion_specification.rst +++ b/guidelines/microversion_specification.rst @@ -92,7 +92,7 @@ Clients should expect the following behavior from the server: .. warning:: The ``latest`` value is mostly meant for integration testing and would be dangerous to rely on in client code since microversions are not - following `semver `_ and therefore backward compability + following `semver `_ and therefore backward compatibility is not guaranteed. Clients should always require a specific microversions but limit what is acceptable to the version range that it understands at the time. diff --git a/guidelines/pagination_filter_sort.rst b/guidelines/pagination_filter_sort.rst index 8b8a6d3..9648479 100644 --- a/guidelines/pagination_filter_sort.rst +++ b/guidelines/pagination_filter_sort.rst @@ -131,7 +131,7 @@ Time based filtering queries To support filtering based on time intervals such as mentioned in the `ISO8601 intervals wikipedia page`_, it should be possible to express the following -usecases through API queries: +use cases through API queries: * a two-ISO8601-date timestamp interval * an open-ended, single-ISO8601-date interval