From 1ae5e5a347374cf1751bf8634b07496f54f77445 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 24 Jul 2018 15:12:50 -0400 Subject: [PATCH] fixed typo (#42900) (#43028) (cherry picked from commit 19006354099780299f36ff76dc48d2f1d6c1c184) --- docs/docsite/rst/porting_guides/porting_guide_2.6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.6.rst b/docs/docsite/rst/porting_guides/porting_guide_2.6.rst index 10d8a53739a..8f99a79dae5 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.6.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.6.rst @@ -51,7 +51,7 @@ Noteworthy module changes * The ``upgrade`` module option for ``win_chocolatey`` has been removed; use ``state: latest`` instead. * The ``reboot`` module option for ``win_feature`` has been removed; use the ``win_reboot`` action plugin instead -* The ``win_iis_webapppool`` module no longer accepts a string for the ``atributes`` module option; use the free form dictionary value instead +* The ``win_iis_webapppool`` module no longer accepts a string for the ``attributes`` module option; use the free form dictionary value instead * The ``name`` module option for ``win_package`` has been removed; this is not used anywhere and should just be removed from your playbooks * The ``win_regedit`` module no longer automatically corrects the hive path ``HCCC`` to ``HKCC``; use ``HKCC`` because this is the correct hive path * The :ref:`file_module` now emits a deprecation warning when ``src`` is specified with a state