Merge branch 'main' into 18842-arv-mount-disk-config
[arvados.git] / 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