This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 470c54d Prevent rendering of `:key:` as `key` emoji
470c54d is described below
commit 470c54db021b96a0d7d09fc729ac38495ad8e657
Author: PickledDragon <[email protected]>
AuthorDate: Fri Mar 22 16:30:34 2019 +0100
Prevent rendering of `:key:` as `key` emoji
Prevent rendering of `:key:` as `key` emoji. Slightly deviates from the
style guide but better than rendering an image I believe.
---
core/camel-core/src/main/docs/simple-language.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/camel-core/src/main/docs/simple-language.adoc
b/core/camel-core/src/main/docs/simple-language.adoc
index 584ddc8..da543fe 100644
--- a/core/camel-core/src/main/docs/simple-language.adoc
+++ b/core/camel-core/src/main/docs/simple-language.adoc
@@ -182,7 +182,7 @@ component.
option is optional. See more at
Using PropertyPlaceholder.
-|properties:key:default |String |*Camel 2.14.1*: Lookup a property with the
given key. If the key does
+|`properties:key:default` |String |*Camel 2.14.1*: Lookup a property with the
given key. If the key does
not exists or has no value, then an optional default value can be
specified.