Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lhitchon committed Oct 21, 2018
1 parent 85367c8 commit d6bbbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter/yaml_resource_loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (l YAMLResourceLoader) Load(filename string) (FileResources, error) {
return loaded, nil
}

// PostLoad does no additional processing fro a YAMLResourceLoader
// PostLoad does no additional processing for a YAMLResourceLoader
func (l YAMLResourceLoader) PostLoad(r FileResources) ([]assertion.Resource, error) {
return r.Resources, nil
}

0 comments on commit d6bbbb4

Please sign in to comment.