Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 3352bb8

Browse files
author
dantleech
committed
Fixed typos and grammer
1 parent c4f7757 commit 3352bb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/choosing-a-storage-layer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tree structure and the data schema.
6565

6666
Another popular need is limiting read and/or write access of content to specific users
6767
or groups. Ideally this solution would also integrate with the tree structure. So it would
68-
be useful if *a CMS should provides capabilities to define access controls* that leverage the
68+
be useful if *a CMS provides capabilities to define access controls* that leverage the
6969
tree structure to quickly manage access for entire subtrees.
7070

7171
Finally not all steps in the content authoring process will be done by the same person.
@@ -138,10 +138,10 @@ what works best for them, their available resources, their expertise and their s
138138

139139
So for the simplest use cases there is for example a Doctrine DBAL based solution provided by the
140140
`Jackalope <https://github.com/jackalope/jackalope>`_ PHPCR implementation that can use the SQLite
141-
RDBMS shipped with PHP itself. On the other end of the spectrum Jackalope also supports
141+
RDBMS shipped with PHP itself. At the other end of the spectrum Jackalope also supports
142142
`Jackrabbit <http://jackrabbit.apache.org>`_ which supports clustering and can efficiently
143-
handle data into the hundreds of gigabytes. Jackrabbit by defaults simply uses the file system for
144-
persistence, but can also use an RDBMS. However future versions will support MongoDB and support for
143+
handle data into the hundreds of gigabytes. By default Jackrabbit simply uses the file system for
144+
persistence, but it can also use an RDBMS. However future versions will support MongoDB and support for
145145
other NoSQL solutions like CouchDB or Cassandra are entirely possible. Again switching the persistence
146146
solution would require no code changes as the business logic is only bound to the PHPCR interfaces.
147147

0 commit comments

Comments
 (0)