diff --git a/js/actions/api-collection.js b/js/actions/api-collection.js index 232b8dc562..8e18b1f43e 100644 --- a/js/actions/api-collection.js +++ b/js/actions/api-collection.js @@ -205,10 +205,9 @@ function parseBodyForCreateCollection (req, res) { /// collection. Setting this option will make the resulting collection be /// slightly faster than regular collections because ArangoDB does not /// enforce any synchronisation to disk and does not calculate any CRC -/// checksums for datafiles (as there are no datafiles). -/// -/// This option should threrefore be used for cache-type collections only, -/// and not for data that cannot be re-created otherwise. +/// checksums for datafiles (as there are no datafiles). This option +/// should threrefore be used for cache-type collections only, and not +/// for data that cannot be re-created otherwise. /// /// - *keyOptions* (optional) additional options for key generation. If /// specified, then *keyOptions* should be a JSON array containing the