docs: Spelling and grammar fixes

This commit is contained in:
Ville Skyttä
2022-12-12 20:08:31 +02:00
committed by GitHub
parent 5ac3ed4490
commit 6194a282fc
3 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ def get_cosmetic_problems(buffer, conf, filepath):
if id in self.all_rules:
self.rules.add(id)
# Use a cache to store problems and flush it only when a end of line is
# Use a cache to store problems and flush it only when an end of line is
# found. This allows the use of yamllint directive to disable some rules on
# some lines.
cache = []