Skip to content

Commit 894bc9a

Browse files
MindToothwyardley
authored andcommitted
docs: fix minor grammer & typo
1 parent dfdec6e commit 894bc9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/init.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
#
110110
# @param admin_enable
111111
# If enabled sets up the management interface/plugin for RabbitMQ.
112-
# This also install the rabbitmqadmin command line tool.
112+
# This will also install the rabbitmqadmin command line tool.
113113
# @param management_enable
114114
# If enabled sets up the management interface/plugin for RabbitMQ.
115115
# NOTE: This does not install the rabbitmqadmin command line tool.
@@ -514,7 +514,7 @@
514514

515515
unless $use_config_file_for_plugins {
516516
# NOTE(hjensas): condition on $service_manage to keep current behaviour.
517-
# The condition is likely not required because installiton of rabbitmqadmin
517+
# The condition is likely not required because installation of rabbitmqadmin
518518
# is no longer handled here.
519519
# TODO: Remove the condition on $service_manage
520520
if ($management_enable or $admin_enable) and $service_manage {

0 commit comments

Comments
 (0)