diff --git a/examples/using-substitution-expressions/README.md b/examples/using-substitution-expressions/README.md index 6eb1cb0..d87dfe0 100644 --- a/examples/using-substitution-expressions/README.md +++ b/examples/using-substitution-expressions/README.md @@ -16,7 +16,7 @@ Strings containing substitution expressions must be [properly escaped](https://d * `msg_vpn_name` - set to `default` in the example * `rest_delivery_point_name` -* `url` - set to `http://example.com/$${msgId()}` in the example. Notice the escape sequence, which results in `${msgId()}` configured on the broker. Substitution expressions are only suported in the path component. +* `url` - set to `http://example.com/$${msgId()}` in the example. Notice the escape sequence, which results in `${msgId()}` configured on the broker. Substitution expressions are only supported in the path component. * `queue_name` - `rdp_queue`, the queue that has been created to be used with the RDP Important: The REST delivery point must have permission to consume messages from the queue — to achieve this, the queue’s owner must be set to `#rdp/` or the queue’s permissions for non-owner clients must be set to at least `consume` level access. Queue ingress and egress must also be enabled.