From 6cf4e1deca73000e3b94278921d7c895468fd941 Mon Sep 17 00:00:00 2001 From: jolie Date: Wed, 22 Feb 2017 18:22:10 +0800 Subject: [PATCH] Fix typo in the doc Change-Id: Ifd96e34aa1d9058fea3df22ae594299ff950bb7d --- guidelines/microversion_specification.rst | 2 +- guidelines/pagination_filter_sort.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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