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

Commit 4543093

Browse files
committed
Fixed typos
1 parent cf95e09 commit 4543093

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

bundles/create.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Finally add the relevant routing to your configuration
216216
217217
create:
218218
resource: "@SymfonyCmfCreateBundle/Resources/config/routing/rest.xml"
219-
create_iamge:
219+
create_image:
220220
resource: "@SymfonyCmfCreateBundle/Resources/config/routing/image.xml"
221221
222222
.. code-block:: xml
@@ -231,8 +231,8 @@ Alternative: Aloha Editor
231231
Optional: Aloha Editor (create.js ships with the hallo editor, but if you prefer you can also use aloha)
232232

233233
To use the Aloha editor, download the files here: https://github.com/alohaeditor/Aloha-Editor/downloads/
234-
Unzip the contents of the "aloha" subfolder in the zip file as folder vendor/symfony-cmf/create-bundle/Symfony/Cmf/Bundlle/CreateBundle/vendor/aloha
235-
Make sure you have just one aloha folder with the js, not aloha/aloha/... - you should have vendor/symfony-cmf/create-bundle/Symfony/Cmf/Bundlle/CreateBundle/vendor/aloha/aloha.js
234+
Unzip the contents of the "aloha" subfolder in the zip file as folder vendor/symfony-cmf/create-bundle/Symfony/Cmf/Bundle/CreateBundle/vendor/aloha
235+
Make sure you have just one aloha folder with the js, not aloha/aloha/... - you should have vendor/symfony-cmf/create-bundle/Symfony/Cmf/Bundle/CreateBundle/vendor/aloha/aloha.js
236236

237237

238238
Usage

bundles/menu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ How to use non-default other components
9292
---------------------------------------
9393

9494
If you use the cmf menu with PHPCR-ODM, you just need to store Route documents
95-
untdr ``menu_basepath``. If you use a different object manager, you need to
95+
under ``menu_basepath``. If you use a different object manager, you need to
9696
make sure that the menu root document is found with
9797

9898
.. code-block:: php

bundles/phpcr-odm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ to initialize the database with the ``doctrine:phpcr:init:dbal`` command.
123123

124124
Of course, you can also use a different connection instead of the default.
125125
It is recommended to use a separate connection to a separate database if
126-
you also use Doctrine ORM or direkt DBAL access to data, rather than mixing
127-
this data with the tables generated by jackaleope-doctrine-dbal.
126+
you also use Doctrine ORM or direct DBAL access to data, rather than mixing
127+
this data with the tables generated by jackalope-doctrine-dbal.
128128
If you have a separate connection, you need to pass the alternate
129129
connection name to the ``doctrine:database:create`` command with the
130130
``--connection`` option. For doctrine PHPCR commands, this parameter is not

bundles/routing-extra.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ earlier this router service is asked to match a route or to generate a url
6363
router.default: 100
6464
# whether the chain router should replace the default router. defaults to true
6565
# if you set this to false, the router is just available as service
66-
# symfony_cmf_routing_extra.router and you need to do somthing to trigger it
66+
# symfony_cmf_routing_extra.router and you need to do something to trigger it
6767
# replace_symfony_router: true
6868
6969
Loading routers with tagging

bundles/simple-cms.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Configuration
1919

2020
The configuration key for this bundle is ``symfony_cmf_simple_cms``
2121

22-
The ``use_menu`` option automatically enables a service to provide menues out
22+
The ``use_menu`` option automatically enables a service to provide menus out
2323
of the simple cms if the MenuBundle is enabled. You can also explicitly
2424
disable it if you have the menu bundle but do not want to use the default service,
2525
or explicitly enable to get an error if the menu bundle becomes unavailable.
@@ -91,7 +91,7 @@ for the matched route.
9191
node name for all languages. So a url ``http://foo.com/en/bar`` for english content will
9292
look like ``http://foo.com/de/bar`` for german content. At times it might be most feasible
9393
to use integers as the node names and simple append the title of the node in the given locale
94-
as an anchor. So for example ``http://foo.com/de/1#my title`` and ``http://foo.com/de/1#mein titel``.
94+
as an anchor. So for example ``http://foo.com/de/1#my title`` and ``http://foo.com/de/1#mein title``.
9595
If you need language specific URLs, you want to use the CMF routing bundle and content bundle
9696
directly to have a separate route document per language.
9797

0 commit comments

Comments
 (0)