Parsed all repo with a regexp of common misspelled words and fixed.
This commit is contained in:
garanews
2020-10-07 11:29:30 +01:00
committed by GitHub
parent 9c112cd785
commit 61749dee23
28 changed files with 37 additions and 37 deletions
@@ -165,7 +165,7 @@ func createTestAnnotations(t *testing.T, sqlstore *SqlStore, expectedCount int,
}
// mark every third as an API annotation
// that doesnt belong to a dashboard
// that does not belong to a dashboard
if i%3 == 1 {
a.DashboardId = 0
}