Skip to content

Commit 2954c84

Browse files
authored
Merge pull request #261 from baldurmen/typo
fix minor typo
2 parents 9e1bb75 + 79d7e9e commit 2954c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/puppet-strings/json_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class klass(Integer $param1, $param2, String $param3 = hi) inherits foo::bar {
244244
expect(json_output).to include_json(defined_types_json)
245245
end
246246

247-
it 'should include data for Puppet Resouce Types' do
247+
it 'should include data for Puppet Resource Types' do
248248
resource_types_json = YARD::Registry.all(:puppet_type).sort_by!(&:name).map!(&:to_hash).to_json
249249

250250
expect(json_output).to include_json(resource_types_json)

0 commit comments

Comments
 (0)