From 5d413a2679b5a0fc919ad58dbd9c244c43e59848 Mon Sep 17 00:00:00 2001 From: Andrew Hoang Date: Tue, 8 May 2018 13:15:52 -0400 Subject: [PATCH] Fix spelling: permanant->permanent --- app/scenes/CollectionDelete/CollectionDelete.js | 2 +- app/scenes/DocumentDelete/DocumentDelete.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scenes/CollectionDelete/CollectionDelete.js b/app/scenes/CollectionDelete/CollectionDelete.js index 1e06afa6..4cded173 100644 --- a/app/scenes/CollectionDelete/CollectionDelete.js +++ b/app/scenes/CollectionDelete/CollectionDelete.js @@ -43,7 +43,7 @@ class CollectionDelete extends Component {
Are you sure? Deleting the {collection.name}{' '} - collection is permanant and will also delete all of the documents + collection is permanent and will also delete all of the documents within it, so be careful with that.