From 28ab9e5115fc67c74451333b2f199d06886f0119 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Sun, 19 Apr 2026 00:20:09 +0930 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5522647..82de52c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ gem 'ffcrm_attachments', github: 'crossroads/ffcrm_attachments', branch: 'master ## TODO / NOT YET IMPLEMENTED * Virus validation -* Add javascript to provide 'drag and drop' file capability when editting an entity +* Add javascript to provide 'drag and drop' file capability when editing an entity * Implement security for the File class - it should be able to do whatever the parent class allows. (I.e. if you are allowed to see a contact, then you are allowed to download the attached file.) ## Local development