From 23d1985535d3a03cb44437a991c44f7d039697da Mon Sep 17 00:00:00 2001 From: Yusuke Tsutsumi Date: Wed, 14 Aug 2024 22:29:54 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: dv-stewarts <117725019+dv-stewarts@users.noreply.github.com> --- aep/general/0162/aep.md.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aep/general/0162/aep.md.j2 b/aep/general/0162/aep.md.j2 index 592da75c..a6c94a29 100644 --- a/aep/general/0162/aep.md.j2 +++ b/aep/general/0162/aep.md.j2 @@ -27,7 +27,7 @@ useful include: APIs implementing resources with revisions **should** model resource revisions as a subresource of the resource. Sometimes, the revisions -collection can be sibling collection with the resource. it is a revision of. +collection can be a sibling collection of the resource it is a revision of. For example, a resource revisions which may have a longer lifespan than the parent resource, such as a database snapshot.