Skip to content

Commit c02e392

Browse files
authored
fix(121): fix typo (#379)
1 parent 43a1915 commit c02e392

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aep/general/0121/aep.md.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ request which mutates the resource is completed.
100100

101101
Examples of strong consistency include:
102102

103-
- Following a successful create that is is latest mutation on a resource, a get
104-
request for a resource **must** return the resource.
103+
- Following a successful create that is the latest mutation on a resource, a
104+
get request for a resource **must** return the resource.
105105
- Following a successful update that is the latest mutation on a resource, a
106106
get request for a resource **must** return the final values from the update
107107
request.

0 commit comments

Comments
 (0)