From 2187fdfc455b00b9c31512a39430e2be18a30903 Mon Sep 17 00:00:00 2001 From: Devin Ceartas Date: Thu, 14 Aug 2014 16:26:43 +0000 Subject: [PATCH] minor grammer edits --- docs/topics/file_storage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/file_storage.rst b/docs/topics/file_storage.rst index 127bc1e484..2c127ba238 100644 --- a/docs/topics/file_storage.rst +++ b/docs/topics/file_storage.rst @@ -14,7 +14,7 @@ file serving software [#f1]_. **Mayan EDMS** components are as decoupled from each other as possible, storage in this case is very decoupled and its behavior is controlled not by the project but by the Storage progamming class. Why this design? -All the other part don't make any assumptions about the actual file +All the other parts don't make any assumptions about the actual file storage, so that **Mayan EDMS** can work saving files locally, over the network or even across the internet and still operate exactly the same.