Sfoglia il codice sorgente

Added point and missing newline and fixed typo

RealRancor 11 anni fa
parent
commit
1f327d683a
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      doc/architecture.rst

+ 3 - 3
doc/architecture.rst

@@ -25,9 +25,9 @@ The process of synchronization keeps files in two separate repositories the
 same. When synchronized:
 
 - If a file is added to one repository it is copied to the other synchronized repository.
-- When a file is changed in one repository, the change is propagated to any
-  synchronized other repositories- If a file is deleted in one repository, it
-  is deleted in any other.
+- When a file is changed in one repository, the change is propagated to any other
+  synchronized repository.
+- If a file is deleted in one repository, it is deleted in any other.
 
 It is important to note that the ownCloud synchronization process does not use
 a typical client/server system where the server is always master.  This is a