remove extra word 'the'

Change-Id: I3fb46e403bbdc90bedc93dc18ccf5829250ddab6
This commit is contained in:
wangqi 2018-02-24 04:24:04 +00:00
parent 3249a08991
commit 708b268180
3 changed files with 3 additions and 3 deletions

View File

@ -163,7 +163,7 @@ With the latest version, we now have in-built persistence, so this is no longer
class { ['my_fw::pre', 'my_fw::post']: }
class { 'firewall': }
Consult the the documentation below for more details around the classes `my_fw::pre` and `my_fw::post`.
Consult the documentation below for more details around the classes `my_fw::pre` and `my_fw::post`.
##Usage

View File

@ -1,6 +1,6 @@
require 'spec_helper_acceptance'
# Here we want to test the the resource commands ability to work with different
# Here we want to test the resource commands ability to work with different
# existing ruleset scenarios. This will give the parsing capabilities of the
# code a good work out.
describe 'puppet resource firewall command:' do

View File

@ -1,6 +1,6 @@
require 'spec_helper_system'
# Here we want to test the the resource commands ability to work with different
# Here we want to test the resource commands ability to work with different
# existing ruleset scenarios. This will give the parsing capabilities of the
# code a good work out.
describe 'puppet resource firewall command:' do