Fix typo.
authorWard Vandewege <ward@curii.com>
Thu, 23 Sep 2021 13:21:25 +0000 (09:21 -0400)
committerWard Vandewege <ward@curii.com>
Thu, 23 Sep 2021 13:21:25 +0000 (09:21 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/architecture/keep-data-lifecycle.html.textile.liquid

index a2e31fb0eb62ee2236a54154d1c9c511b0f833c4..e3253277cba658e289db45e8a86b95e1795c3a2e 100644 (file)
@@ -36,7 +36,7 @@ table(table table-bordered table-condensed).
 |_. collection state|_. is_trashed|_. trash_at|_. delete_at|_. get|_. list|_. list?include_trash=true|_. can be modified|
 |persisted collection|false |null |null |yes |yes |yes |yes |
 |expiring collection|false |future |future |yes  |yes |yes |yes |
-|trashed collection|true |past |future |no |no |yes |only is_trashed, trash_at and delete_at attribtues|
+|trashed collection|true |past |future |no |no |yes |only is_trashed, trash_at and delete_at attributes|
 |deleted collection|true|past |past |no |no |no |no |
 
 h2(#block_lifecycle). Block lifecycle