Author: chirino
Date: Mon Aug 29 12:03:42 2011
New Revision: 1162756
URL: http://svn.apache.org/viewvc?rev=1162756&view=rev
Log:
Fixes some typos in the docs.
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md?rev=1162756&r1=1162755&r2=1162756&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
(original)
+++
activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
Mon Aug 29 12:03:42 2011
@@ -619,11 +619,11 @@ an authorization check:
the broker or virtual host.
* `action`: A space separated list of actions that will match the rule.
- Example 'create,destroy'. You can use `*` to match all actions. Defaults
+ Example 'create destroy'. You can use `*` to match all actions. Defaults
to `*`.
* `kind`: A space separated list of broker resource types that will match
- this rule. You can use `*` to match all key. Example values 'broker,queue'.
+ this rule. You can use `*` to match all key. Example values 'broker queue'.
Defaults to `*`.
* `id`: The identifier of the resource that will match this rule. You can use