11823: few small doc updates
authorradhika <radhika@curoverse.com>
Wed, 21 Jun 2017 14:14:52 +0000 (10:14 -0400)
committerradhika <radhika@curoverse.com>
Wed, 21 Jun 2017 14:14:52 +0000 (10:14 -0400)
Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika@curoverse.com>

doc/user/tutorials/tutorial-keep-collection-lifecycle.html.textile.liquid

index ad8ce1e4792d6a49edd415eaf82d289e81deef72..1bc775a701e46f54992859cda8b1039b23fa7a4f 100644 (file)
@@ -4,7 +4,7 @@ navsection: userguide
 title: "Keep collection lifecycle"
 ...
 
-During it's lifetime, a keep collection can be in various states. These states are "persisted", "expiring", "trashed"  and "permanently deleted".
+During it's lifetime, a keep collection can be in various states. These states are *persisted*, *expiring*, *trashed*  and *permanently deleted*.
 
 A collection is *expiring* when it has a *trash_at* time in the future. An expiring collection can be accessed as normal, but is scheduled to be trashed automatically at the *trash_at* time.
 
@@ -22,7 +22,7 @@ As listed above the attributes that are used to manage a collection lifecycle ar
 
 table(table table-bordered table-condensed).
 |_. collection state|_. is_trashed|_. trash_at|_. delete_at|_. get|_. index|_. index?include_trash=true|_. can be modified|
-|normal collection|false |null |null |yes |yes |yes |yes |
+|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|
 |deleted collection|true|past |past |no |no |no |no |