diff --git a/docs/doxygen-user/multi-user/installActiveMQ.dox b/docs/doxygen-user/multi-user/installActiveMQ.dox
index 78d310cdd6..5cedc7b348 100644
--- a/docs/doxygen-user/multi-user/installActiveMQ.dox
+++ b/docs/doxygen-user/multi-user/installActiveMQ.dox
@@ -25,9 +25,9 @@ If you need the JRE, install it with the default settings.
\subsection install_activemq_install_mq ActiveMQ Installation
-- Extract the contents of the ActiveMQ archive folder to a location of your choice, bearing in mind that the files should be in a location that the running process will have write permissions to the folder. A typical folder choice would be similar to C:\\Program Files\\apache-activemq-5.13.3. Typically, it will ask for administrator permission to move the folder. Allow it if required.
+
- Extract the contents of the ActiveMQ archive to a location of your choice, bearing in mind that the files should be in a location where the running process has write permissions. A typical folder choice would be similar to C:\\Program Files\\apache-activemq-5.13.3. The system may ask for administrator permission to move the folder. Allow it if required.
-
- Open the conf\\activemq.xml in the extracted folder in a text editor and make the following changes:
+
- Open the conf\\activemq.xml file in the extracted folder in a text editor and make the following changes:
- Add "schedulePeriodForDestinationPurge="10000"" to the _broker_ tag then add "gcInactiveDestinations="true" inactiveTimoutBeforeGC="30000"" to the _policyEntry_ tag. This is highlighted in yellow below: