We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824b231 commit 88bd047Copy full SHA for 88bd047
lib/heimdall_tools/aws_config_mapper.rb
@@ -8,7 +8,7 @@
8
AWS_CONFIG_MAPPING_FILE = File.join(RESOURCE_DIR, 'aws-config-mapping.csv')
9
10
NOT_APPLICABLE_MSG = 'No AWS resources found to evaluate complaince for this rule'.freeze
11
-INSUFFICIENT_DATA_MSG = 'Not enough data has been collectd to determine compliance yet.'.freeze
+INSUFFICIENT_DATA_MSG = 'Not enough data has been collected to determine compliance yet.'.freeze
12
13
##
14
# HDF mapper for use with AWS Config rules.
0 commit comments