From 274164faac96ecdf795aff62cb3bce68be5a351d Mon Sep 17 00:00:00 2001 From: Juan Silveira Date: Mon, 27 Nov 2023 16:03:39 +0900 Subject: [PATCH] Update 0121.md to fix a typo. s/is is latest/is the latest/ --- aip/general/0121.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aip/general/0121.md b/aip/general/0121.md index d8c1a68ac..644985c24 100644 --- a/aip/general/0121.md +++ b/aip/general/0121.md @@ -106,7 +106,7 @@ reached a steady-state. for values that are related to the resource [state][]. Examples include: -- Following a successful create that is is latest mutation on a resource, a get +- Following a successful create that is the latest mutation on a resource, a get request for a resource **must** return the resource. - Following a successful update that is the latest mutation on a resource, a get request for a resource **must** return the final values from the update @@ -187,4 +187,4 @@ and in turn do not increase resource management complexity. - **2022-12-19**: Added a section requiring Get and List. - **2022-11-02**: Added a section restricting resource references. - **2019-08-01**: Changed the examples from "shelves" to "publishers", to - present a better example of resource ownership. \ No newline at end of file + present a better example of resource ownership.