8872: Fixups from code review.
[arvados.git] / doc / api / methods / collections.html.textile.liquid
index 8760fe88edce9c41ab21e8518edcd66064b371bf..f5e685e2e9be44a1d740defff0a1ffb0e60da80f 100644 (file)
@@ -55,7 +55,7 @@ table(table table-bordered table-condensed).
 |filters|array|Conditions for filtering collections.|query||
 |select|array|Data fields to return in the result list.|query|@["uuid", "manifest_text"]@|
 
-N.B.: Because adding access tokens to manifests can be computationally expensive, the @manifest_text@ field is not included in results by default.  If you need it, pass a @select@ parameter that includes @manifest_text@.
+Note: Because adding access tokens to manifests can be computationally expensive, the @manifest_text@ field is not included in results by default.  If you need it, pass a @select@ parameter that includes @manifest_text@.
 
 h2. update