]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Syntax Updates
authordavid22swan <david.swan@puppet.com>
Tue, 13 Jun 2023 09:59:15 +0000 (10:59 +0100)
committerdavid22swan <david.swan@puppet.com>
Tue, 13 Jun 2023 09:59:15 +0000 (10:59 +0100)
README.md

index 7c712b306e72f857ae62afccfaa9e7fb1a58d18a..b7c19d35a89a97bc71fb4ff8d382c52da7ca9450 100644 (file)
--- a/README.md
+++ b/README.md
@@ -396,7 +396,7 @@ It is possible for an unmanaged rule to exist on the target system that has the
 
 In the event of a duplicate rule, the module will throw an error message notifying the user that it has found a duplicate and halt in it's update.
 
-This behaviour was previously configurable via the `onduplicaterulebehaviour` parameter. However the implementation of this resulted in a massive slowdown of the module and so this has been removed infavour of a simple error being thrown whenever a duplicate is detected.
+This behaviour was previously configurable via the `onduplicaterulebehaviour` parameter. However the implementation of this resulted in a massive slowdown of the module and so this has been removed in favour of a simple error being thrown whenever a duplicate is detected.
 
 ### Additional information