ppalaga commented on a change in pull request #2334:
URL: https://github.com/apache/camel-quarkus/pull/2334#discussion_r594543551



##########
File path: docs/modules/ROOT/pages/user-guide/cdi.adoc
##########
@@ -4,7 +4,7 @@
 CDI plays a central role in Quarkus and Camel Quarkus offers a first class 
support for it too.
 
 You may use `@Inject`, `@ConfigProperty` and similar annotations e.g. to 
inject beans and configuration values to
-your Camel `RouteBuilder`s. Here is the `RouteBuilder` from our 
`timer-log-cdi` xref:user-guide/examples.adoc[example]:
+your Camel `RouteBuilder` s. Here is the `RouteBuilder` from our 
`timer-log-cdi` xref:user-guide/examples.adoc[example]:

Review comment:
       Have you checked the result after generating the docs, @llowinge? Asking 
because, IIRC, single backtick does not work in AsciiDoctor in case there is no 
whitespace after the closing backtick. Two backticks work if I am not mistaken:
   
   ```
   ``RouteBuilder``s
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to