This PR includes a few minor spelling fixes in titles, descriptions, and other places.
Note: One of these changes, shown below, is potentially a breaking change if the permenant tag has been used. However I was not able to find evidence of its use.
-if "inherent" in rule_yaml['tags'] or "n_a" in rule_yaml['tags'] or "permenant" in rule_yaml['tags']:
+if "inherent" in rule_yaml['tags'] or "n_a" in rule_yaml['tags'] or "permanent" in rule_yaml['tags']:
This PR includes a few minor spelling fixes in titles, descriptions, and other places.
Note: One of these changes, shown below, is potentially a breaking change if the
permenant
tag has been used. However I was not able to find evidence of its use.